IClientChannel.BeginDisplayInitializationUI Method

ClientBase(Of TChannel).ChannelBase(Of T).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.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Private Function BeginDisplayInitializationUI ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult Implements IClientChannel.BeginDisplayInitializationUI

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.IAsyncResult
The IAsyncResult to use to call back when processing has completed.

Implements

IClientChannel.BeginDisplayInitializationUI(AsyncCallback, Object)

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft