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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fallThru
Type: System.Boolean
.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