Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows subclasses to augment synchronization agent collection before they are initialized.
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Sub AddBuiltInSyncAgents ( _
systemRequestContext As TeamFoundationRequestContext _
)
protected virtual void AddBuiltInSyncAgents(
TeamFoundationRequestContext systemRequestContext
)
protected:
virtual void AddBuiltInSyncAgents(
TeamFoundationRequestContext^ systemRequestContext
)
abstract AddBuiltInSyncAgents :
systemRequestContext:TeamFoundationRequestContext -> unit
override AddBuiltInSyncAgents :
systemRequestContext:TeamFoundationRequestContext -> unit
protected function AddBuiltInSyncAgents(
systemRequestContext : TeamFoundationRequestContext
)
Parameters
- systemRequestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
.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.