Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.