TeamFoundationRegistryService.UnregisterNotification Method (TeamFoundationRequestContext, RegistrySettingsChangedCallback, Boolean)

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:
void UnregisterNotification(
    TeamFoundationRequestContext^ requestContext, 
    RegistrySettingsChangedCallback^ callback, 
    bool fallThru
)
member UnregisterNotification : 
        requestContext:TeamFoundationRequestContext * 
        callback:RegistrySettingsChangedCallback * 
        fallThru:bool -> unit
public function UnregisterNotification(
    requestContext : TeamFoundationRequestContext, 
    callback : RegistrySettingsChangedCallback, 
    fallThru : boolean
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationRegistryService Class

UnregisterNotification Overload

Microsoft.TeamFoundation.Framework.Server Namespace