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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Friend Overridable Sub Initialize ( _
requestContext As TeamFoundationRequestContext, _
serviceInterface As String, _
serviceVersion As Integer, _
slowRequestThreshold As TimeSpan _
)
protected internal virtual void Initialize(
TeamFoundationRequestContext requestContext,
string serviceInterface,
int serviceVersion,
TimeSpan slowRequestThreshold
)
protected public:
virtual void Initialize(
TeamFoundationRequestContext^ requestContext,
String^ serviceInterface,
int serviceVersion,
TimeSpan slowRequestThreshold
)
abstract Initialize :
requestContext:TeamFoundationRequestContext *
serviceInterface:string *
serviceVersion:int *
slowRequestThreshold:TimeSpan -> unit
override Initialize :
requestContext:TeamFoundationRequestContext *
serviceInterface:string *
serviceVersion:int *
slowRequestThreshold:TimeSpan -> unit
function Initialize(
requestContext : TeamFoundationRequestContext,
serviceInterface : String,
serviceVersion : int,
slowRequestThreshold : TimeSpan
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceInterface
Type: System.String
- serviceVersion
Type: System.Int32
- slowRequestThreshold
Type: System.TimeSpan
.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.