ClientBase<TChannel>.ChannelBase<T>.IClientChannel.BeginDisplayInitializationUI Methode

Definition

Ein asynchroner Aufruf, um mit der Verwendung einer Benutzeroberfläche zu beginnen, um Anmeldeinformationen abzurufen.

 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

Parameter

callback
AsyncCallback

Diese Methode, die aufgerufen wird, wenn diese Methode abgeschlossen ist.

state
Object

Informationen zum Status des Kanals.

Gibt zurück

Die IAsyncResult Verwendung zum Zurückrufen, wenn die Verarbeitung abgeschlossen ist.

Implementiert

Gilt für: