CancelReason Enumeration
The reason for a stop request being "issued" to an adapter.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Enumeration CancelReason
public enum CancelReason
public enum class CancelReason
type CancelReason
public enum CancelReason
Members
Member name | Description | |
---|---|---|
HostCancelled | TFS is canceling the adapter. All outstanding operations should be canceled. If the adapter does not cancel in a reasonable time it will be thread aborted. | |
WarehouseSchemaLockRequested | Another job has requested the schema writer lock. All outstanding operations should be completed as soon as possible. It is the responsibility of the adapters to cancel in a reasonable time. If the adapter does not cancel it will not be thread aborted. |