TeamFoundationWebService.EnterMethod Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

TeamFoundationWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace