ICancelable Interface
This interface must be implemented when an operation can be canceled.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface ICancelable
public interface ICancelable
public interface class ICancelable
type ICancelable = interface end
public interface ICancelable
The ICancelable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Cancel | Cancels the current operation. |
Top