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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.