Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.