TfsMessageQueue.BeginClose, méthode (TimeSpan, AsyncCallback, Object)
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function BeginClose ( _
timeout As TimeSpan, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
public IAsyncResult BeginClose(
TimeSpan timeout,
AsyncCallback callback,
Object state
)
Paramètres
- timeout
Type : System.TimeSpan
- callback
Type : System.AsyncCallback
- state
Type : System.Object
Valeur de retour
Type : System.IAsyncResult
retourne IAsyncResult ;
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.