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.
Unregisters the given callback to stop receiving notifications
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub UnregisterNotification ( _
requestContext As TeamFoundationRequestContext, _
callback As RegistrySettingsChangedCallback, _
fallThru As Boolean _
)
public void UnregisterNotification(
TeamFoundationRequestContext requestContext,
RegistrySettingsChangedCallback callback,
bool fallThru
)
public:
virtual void UnregisterNotification(
TeamFoundationRequestContext^ requestContext,
RegistrySettingsChangedCallback^ callback,
bool fallThru
) sealed
abstract UnregisterNotification :
requestContext:TeamFoundationRequestContext *
callback:RegistrySettingsChangedCallback *
fallThru:bool -> unit
override UnregisterNotification :
requestContext:TeamFoundationRequestContext *
callback:RegistrySettingsChangedCallback *
fallThru:bool -> unit
public final function UnregisterNotification(
requestContext : TeamFoundationRequestContext,
callback : RegistrySettingsChangedCallback,
fallThru : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fallThru
Type: System.Boolean
Implements
.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
TeamFoundationRegistryService Class