ITeamFoundationRegistryService.UnregisterNotification Method (TeamFoundationRequestContext, RegistrySettingsChangedCallback)
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
Sub UnregisterNotification ( _
requestContext As TeamFoundationRequestContext, _
callback As RegistrySettingsChangedCallback _
)
void UnregisterNotification(
TeamFoundationRequestContext requestContext,
RegistrySettingsChangedCallback callback
)
void UnregisterNotification(
TeamFoundationRequestContext^ requestContext,
RegistrySettingsChangedCallback^ callback
)
abstract UnregisterNotification :
requestContext:TeamFoundationRequestContext *
callback:RegistrySettingsChangedCallback -> unit
function UnregisterNotification(
requestContext : TeamFoundationRequestContext,
callback : RegistrySettingsChangedCallback
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
.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
ITeamFoundationRegistryService Interface