AdministrationWebService.CancelRequest Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Sub CancelRequest ( _
hostId As Guid, _
requestId As Long, _
reason As String _
)
[WebMethodAttribute]
public void CancelRequest(
Guid hostId,
long requestId,
string reason
)
[WebMethodAttribute]
public:
void CancelRequest(
Guid hostId,
long long requestId,
String^ reason
)
[<WebMethodAttribute>]
member CancelRequest :
hostId:Guid *
requestId:int64 *
reason:string -> unit
public function CancelRequest(
hostId : Guid,
requestId : long,
reason : String
)
Parameters
- hostId
Type: System.Guid
- requestId
Type: System.Int64
- 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.
See Also
Reference
AdministrationWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace