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.
Removes the event subscription for the caller.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UnsubscribeEvent ( _
subscriptionId As Integer _
)
void UnsubscribeEvent(
int subscriptionId
)
void UnsubscribeEvent(
int subscriptionId
)
abstract UnsubscribeEvent :
subscriptionId:int -> unit
function UnsubscribeEvent(
subscriptionId : int
)
Parameters
subscriptionId
Type: System.Int32The subscription ID of the event to remove.
.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.