다음을 통해 공유


TeamFoundationRequestContext.EnterMethod Method

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

Syntax

‘선언
Public Sub EnterMethod ( _
    methodInformation As MethodInformation _
)
public void EnterMethod(
    MethodInformation methodInformation
)
public:
void EnterMethod(
    MethodInformation^ methodInformation
)
member EnterMethod : 
        methodInformation:MethodInformation -> unit 
public function EnterMethod(
    methodInformation : MethodInformation
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace