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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.