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.
Initializes the monitor to update the Microsoft Azure diagnostic settings when the Team Foundation Server configuration are updated
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub Initialize ( _
systemRequestContext As TeamFoundationRequestContext _
)
void Initialize(
TeamFoundationRequestContext systemRequestContext
)
void Initialize(
TeamFoundationRequestContext^ systemRequestContext
)
abstract Initialize :
systemRequestContext:TeamFoundationRequestContext -> unit
function Initialize(
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.