WarehouseAdapter.IsWarehouseHostCancelled Property

Has the Warehouse host been canceled.

This is here as a convenience. Immediately before Stop is called by using a StopReason of HostCancelled this value is set to True otherwise it will be False.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property IsWarehouseHostCancelled As Boolean
public bool IsWarehouseHostCancelled { get; internal set; }
public:
property bool IsWarehouseHostCancelled {
    bool get ();
    internal: void set (bool value);
}
member IsWarehouseHostCancelled : bool with get, internal set
function get IsWarehouseHostCancelled () : boolean 
internal function set IsWarehouseHostCancelled (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

WarehouseAdapter Class

Microsoft.TeamFoundation.Warehouse Namespace