AsyncOperation, constructeur
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
callback As AsyncCallback, _
state As Object _
)
protected AsyncOperation(
AsyncCallback callback,
Object state
)
Paramètres
- callback
Type : System.AsyncCallback
- state
Type : System.Object
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.