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.
EnterMethod is used to note the beginning of the WebPage to define information about the page's execution.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Overridable Sub EnterMethod ( _
methodInformation As MethodInformation _
)
protected virtual void EnterMethod(
MethodInformation methodInformation
)
protected:
virtual void EnterMethod(
MethodInformation^ methodInformation
)
abstract EnterMethod :
methodInformation:MethodInformation -> unit
override EnterMethod :
methodInformation:MethodInformation -> unit
protected function EnterMethod(
methodInformation : MethodInformation
)
Parameters
methodInformation
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformationThe information that describes the method starting.
.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.