Share via


TeamFoundationRequestContext.EnterMethod Method

[EnterMethod] is called at the start of execution of a [WebMethod], [HttpHandler] or background job.

[EnterMethod] should be called on the thread that is executing the request.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Sub EnterMethod ( _
    methodInformation As MethodInformation _
)
public virtual void EnterMethod(
    MethodInformation methodInformation
)
public:
virtual void EnterMethod(
    MethodInformation^ methodInformation
)
abstract EnterMethod : 
        methodInformation:MethodInformation -> unit  
override EnterMethod : 
        methodInformation:MethodInformation -> unit
public function EnterMethod(
    methodInformation : MethodInformation
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace