VersionControlWebService.EnterMethod Method

This member overrides TeamFoundationWebService.EnterMethod(MethodInformation).

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

Syntax

'Declaration
Protected Overrides Sub EnterMethod ( _
    methodInformation As MethodInformation _
)
protected override void EnterMethod(
    MethodInformation methodInformation
)
protected:
virtual void EnterMethod(
    MethodInformation^ methodInformation
) override
abstract EnterMethod : 
        methodInformation:MethodInformation -> unit  
override EnterMethod : 
        methodInformation:MethodInformation -> unit
protected override function EnterMethod(
    methodInformation : MethodInformation
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlWebService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace