TeamFoundationRequestContext.Cancel Method (String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Public Sub Cancel ( _
reason As String _
)
public void Cancel(
string reason
)
public:
void Cancel(
String^ reason
)
member Cancel :
reason:string -> unit
public function Cancel(
reason : String
)
Parameters
- reason
Type: System.String
.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.