IClientChannel.BeginDisplayInitializationUI Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
An asynchronous call to begin using a user interface to obtain credential information.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Function BeginDisplayInitializationUI ( _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult
Parameters
- callback
- Type: System.AsyncCallback
The method that is called when this method completes.
- state
- Type: System.Object
Information about the state of the channel.
Return Value
Type: System.IAsyncResultThe IAsyncResult to use to call back when processing has completed.
Call this method to cause any interactive channel initialization (for example, CardSpace card selection) to occur. This happens automatically if the channel is used without explicitly calling ICommunicationObject.Open, so for many applications this call is optional.
Show: