TfsConnectionWebServiceCallEventArgs Constructor

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    originatingTfsConnection As TfsConnection, _
    requestId As Long, _
    methodName As String, _
    componentName As String, _
    length As Long _
)
public TfsConnectionWebServiceCallEventArgs(
    TfsConnection originatingTfsConnection,
    long requestId,
    string methodName,
    string componentName,
    long length
)
public:
TfsConnectionWebServiceCallEventArgs(
    TfsConnection^ originatingTfsConnection, 
    long long requestId, 
    String^ methodName, 
    String^ componentName, 
    long long length
)
new : 
        originatingTfsConnection:TfsConnection * 
        requestId:int64 * 
        methodName:string * 
        componentName:string * 
        length:int64 -> TfsConnectionWebServiceCallEventArgs
public function TfsConnectionWebServiceCallEventArgs(
    originatingTfsConnection : TfsConnection, 
    requestId : long, 
    methodName : String, 
    componentName : String, 
    length : long
)

Parameters

.NET Framework Security

See Also

Reference

TfsConnectionWebServiceCallEventArgs Class

Microsoft.TeamFoundation.Client Namespace