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

Definition

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

 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

Die Methode, die beim Abschluss dieser Methode aufgerufen wird.

state
Object

Informationen über den Zustand des Kanals.

Gibt zurück

Das IAsyncResult, das für den Rückruf nach Abschluss der Verarbeitung verwendet wird.

Implementiert

Gilt für: