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.
Request this adapter to cancel execution.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Overridable Sub Cancel ( _
reason As CancelReason _
)
public virtual void Cancel(
CancelReason reason
)
public:
virtual void Cancel(
CancelReason reason
)
abstract Cancel :
reason:CancelReason -> unit
override Cancel :
reason:CancelReason -> unit
public function Cancel(
reason : CancelReason
)
Parameters
- reason
Type: Microsoft.TeamFoundation.Warehouse.CancelReason
.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.