VersionControlHttpHandler.EnterMethod Method
This member overrides TeamFoundationHttpHandler.EnterMethod(MethodInformation).
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Protected Overrides Sub EnterMethod ( _
methodInformation As MethodInformation _
)
protected override void EnterMethod(
MethodInformation methodInformation
)
protected:
virtual void EnterMethod(
MethodInformation^ methodInformation
) override
abstract EnterMethod :
methodInformation:MethodInformation -> unit
override EnterMethod :
methodInformation:MethodInformation -> unit
protected override function EnterMethod(
methodInformation : MethodInformation
)
Parameters
- methodInformation
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformation
.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.