WSTrustChannel.BeginOpen Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Commence une opération asynchrone pour ouvrir un objet de communication.
Surcharges
BeginOpen(AsyncCallback, Object) |
Commence une opération asynchrone pour ouvrir un objet de communication. |
BeginOpen(TimeSpan, AsyncCallback, Object) |
Commence une opération asynchrone pour ouvrir un objet de communication dans un intervalle de temps spécifié. |
BeginOpen(AsyncCallback, Object)
Commence une opération asynchrone pour ouvrir un objet de communication.
public:
virtual IAsyncResult ^ BeginOpen(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginOpen (AsyncCallback callback, object state);
abstract member BeginOpen : AsyncCallback * obj -> IAsyncResult
override this.BeginOpen : AsyncCallback * obj -> IAsyncResult
Public Function BeginOpen (callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- callback
- AsyncCallback
Le déléguéAsyncCallback qui reçoit la notification de la fin de l'opération asynchrone de fermeture.
- state
- Object
Objet, spécifié par l'application, qui contient les informations d'état associées à l'opération asynchrone de fermeture.
Retours
IAsyncResult qui fait référence à l'opération asynchrone d'ouverture.
Implémente
S’applique à
BeginOpen(TimeSpan, AsyncCallback, Object)
Commence une opération asynchrone pour ouvrir un objet de communication dans un intervalle de temps spécifié.
public:
virtual IAsyncResult ^ BeginOpen(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginOpen (TimeSpan timeout, AsyncCallback callback, object state);
abstract member BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginOpen (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- timeout
- TimeSpan
TimeSpan qui spécifie le délai d'exécution de l'opération d'ouverture avant le dépassement du délai d'attente.
- callback
- AsyncCallback
Le déléguéAsyncCallback qui reçoit la notification de la fin de l'opération asynchrone de fermeture.
- state
- Object
Objet, spécifié par l'application, qui contient les informations d'état associées à l'opération asynchrone de fermeture.
Retours
IAsyncResult qui fait référence à l'opération asynchrone d'ouverture.