IClientChannelBeginDisplayInitializationUI Method |
An asynchronous call to begin using a user interface to obtain credential
information.
Namespace: System.ServiceModelAssembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax IAsyncResult BeginDisplayInitializationUI(
AsyncCallback callback,
Object state
)
Parameters
- callback
- Type: SystemAsyncCallback
The method that is called when this method completes. - state
- Type: SystemObject
Information about the state of the channel.
Return Value
Type:
IAsyncResultThe System.IAsyncResult to use to call back when processing has completed.
See Also