ITeamFoundationRegistryService.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
Sub UnregisterNotification ( _
requestContext As TeamFoundationRequestContext, _
callback As RegistrySettingsChangedCallback, _
fallThru As Boolean _
)
void UnregisterNotification(
TeamFoundationRequestContext requestContext,
RegistrySettingsChangedCallback callback,
bool fallThru
)
void UnregisterNotification(
TeamFoundationRequestContext^ requestContext,
RegistrySettingsChangedCallback^ callback,
bool fallThru
)
abstract UnregisterNotification :
requestContext:TeamFoundationRequestContext *
callback:RegistrySettingsChangedCallback *
fallThru:bool -> unit
function UnregisterNotification(
requestContext : TeamFoundationRequestContext,
callback : RegistrySettingsChangedCallback,
fallThru : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
fallThru
Type: System.BooleanIf the value is not found and a fallthru hive is available unregister it from there.
.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