IClientChannelEndDisplayInitializationUI Method |
Called when the call to System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object)
has finished.
Namespace: System.ServiceModelAssembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax void EndDisplayInitializationUI(
IAsyncResult result
)
Parameters
- result
- Type: SystemIAsyncResult
The System.IAsyncResult.
See Also