Click or drag to resize
IClientChannelEndDisplayInitializationUI Method
Called when the call to System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object) has finished.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
void EndDisplayInitializationUI(
	IAsyncResult result
)

Parameters

result
Type: SystemIAsyncResult
The System.IAsyncResult.
See Also