ITeamFoundationRegistryService.RegisterNotification Method (TeamFoundationRequestContext, RegistrySettingsChangedCallback, array<String )
Register a callback method which will be invoked whenever registry paths matching the given filters has changed
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub RegisterNotification ( _
requestContext As TeamFoundationRequestContext, _
callback As RegistrySettingsChangedCallback, _
ParamArray filters As String() _
)
void RegisterNotification(
TeamFoundationRequestContext requestContext,
RegistrySettingsChangedCallback callback,
params string[] filters
)
void RegisterNotification(
TeamFoundationRequestContext^ requestContext,
RegistrySettingsChangedCallback^ callback,
... array<String^>^ filters
)
abstract RegisterNotification :
requestContext:TeamFoundationRequestContext *
callback:RegistrySettingsChangedCallback *
filters:string[] -> unit
function RegisterNotification(
requestContext : TeamFoundationRequestContext,
callback : RegistrySettingsChangedCallback,
... filters : String[]
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
callback
Type: Microsoft.TeamFoundation.Framework.Server.RegistrySettingsChangedCallbackThe callback method to register
filters
Type: array<System.String[]The filter paths to be notified of changes
.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.