ITeamFoundationRegistryService.UnregisterNotification Method

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

.NET Framework Security

See Also

Reference

ITeamFoundationRegistryService Interface

Microsoft.TeamFoundation.Framework.Server Namespace