ITsSbTaskInfo interface (sbtsv.h)
Exposes properties that the Remote Desktop Connection Broker uses to set a plugin’s queue.
Inheritance
The ITsSbTaskInfo interface inherits from the IUnknown interface.
Methods
The ITsSbTaskInfo interface has these methods.
ITsSbTaskInfo::get_Context Retrieves the context bytes associated with the task. |
ITsSbTaskInfo::get_Deadline Retrieves the time by which the task must be initiated. This is used to prioritize patches. The patch with the earliest deadline will get initiated first. |
ITsSbTaskInfo::get_EndTime Retrieves the latest time the task agent can start the task. |
ITsSbTaskInfo::get_Identifier Retrieves a GUID that is used as a unique identifier by the task agent. |
ITsSbTaskInfo::get_Label Retrieves the label that describes the purpose of the task. |
ITsSbTaskInfo::get_Plugin Retrieves the display name of the task agent. |
ITsSbTaskInfo::get_StartTime Retrieves the earliest time the task agent can start the task. |
ITsSbTaskInfo::get_Status Retrieves an RDV_TASK_STATUS enumeration value that represents the state of the task. |
ITsSbTaskInfo::get_TargetId Retrieves the target identifier. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | sbtsv.h |