TeamFoundationHttpHandler.EnterMethod Method

EnterMethod is used to note the beginning of the Handler to define information about the handler being executed.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
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

.NET Framework Security

See Also

Reference

TeamFoundationHttpHandler Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace