WarehouseProcessingStatusDetails.Instance Property
Contain the tip of the job history table merged with the current job queue information, which allows to query the "latest" job run status.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property Instance As HostedWarehouseJobGroupStatus
public HostedWarehouseJobGroupStatus Instance { get; set; }
public:
property HostedWarehouseJobGroupStatus^ Instance {
HostedWarehouseJobGroupStatus^ get ();
void set (HostedWarehouseJobGroupStatus^ value);
}
member Instance : HostedWarehouseJobGroupStatus with get, set
function get Instance () : HostedWarehouseJobGroupStatus
function set Instance (value : HostedWarehouseJobGroupStatus)
Property Value
Type: Microsoft.TeamFoundation.Warehouse.HostedWarehouseJobGroupStatus
Returns HostedWarehouseJobGroupStatus.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.