Click or drag to resize
IClientChannelBeginDisplayInitializationUI Method
An asynchronous call to begin using a user interface to obtain credential information.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
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: IAsyncResult
The System.IAsyncResult to use to call back when processing has completed.
See Also