TfsConnectionWebServiceCallEventArgs, constructeur
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- originatingTfsConnection
Type : Microsoft.TeamFoundation.Client.TfsConnection
- requestId
Type : System.Int64
- methodName
Type : System.String
- componentName
Type : System.String
- length
Type : System.Int64
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.