ClientBase<TChannel>.ChannelBase<T>.IClientChannel.BeginDisplayInitializationUI Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An asynchronous call to begin using a user interface to obtain credential information.
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
Parameters
- callback
- AsyncCallback
That method that is called when this method completes.
- state
- Object
Information about the state of the channel.
Returns
The IAsyncResult to use to call back when processing has completed.
Implements
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.