EventWebService.UnsubscribeEvent Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UnsubscribeEvent ( _
subscriptionId As Integer _
)
[WebMethodAttribute]
public void UnsubscribeEvent(
int subscriptionId
)
[WebMethodAttribute]
public:
void UnsubscribeEvent(
int subscriptionId
)
[<WebMethodAttribute>]
member UnsubscribeEvent :
subscriptionId:int -> unit
public function UnsubscribeEvent(
subscriptionId : int
)
Parameters
- subscriptionId
Type: System.Int32
.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.