ClientBase<TChannel>.ChannelBase<T>.IClientChannel.BeginDisplayInitializationUI 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.
Appel asynchrone pour commencer l'utilisation d'une interface utilisateur pour obtenir les informations d'identification.
virtual IAsyncResult ^ System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::IClientChannel::BeginDisplayInitializationUI;
IAsyncResult IClientChannel.BeginDisplayInitializationUI (AsyncCallback callback, object state);
abstract member System.ServiceModel.IClientChannel.BeginDisplayInitializationUI : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.IClientChannel.BeginDisplayInitializationUI : AsyncCallback * obj -> IAsyncResult
Function BeginDisplayInitializationUI (callback As AsyncCallback, state As Object) As IAsyncResult Implements IClientChannel.BeginDisplayInitializationUI
Paramètres
- callback
- AsyncCallback
Méthode appelée lorsque cette méthode est terminée.
- state
- Object
Informations sur l'état du canal.
Retours
IAsyncResult à utiliser pour rappeler lorsque le traitement est terminé.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.