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
- originatingTfsConnection
Type: Microsoft.TeamFoundation.Client.TfsConnection
- requestId
Type: System.Int64
- methodName
Type: System.String
- componentName
Type: System.String
- length
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.