InfocardInteractiveChannelInitializer.BeginDisplayInitializationUI Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt de asynchrone methode gestart om de initialisatiegebruikersinterface (UI) weer te geven.
public:
virtual IAsyncResult ^ BeginDisplayInitializationUI(System::ServiceModel::IClientChannel ^ channel, AsyncCallback ^ callback, System::Object ^ state);
public virtual IAsyncResult BeginDisplayInitializationUI(System.ServiceModel.IClientChannel channel, AsyncCallback callback, object state);
abstract member BeginDisplayInitializationUI : System.ServiceModel.IClientChannel * AsyncCallback * obj -> IAsyncResult
override this.BeginDisplayInitializationUI : System.ServiceModel.IClientChannel * AsyncCallback * obj -> IAsyncResult
Public Overridable Function BeginDisplayInitializationUI (channel As IClientChannel, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- channel
- IClientChannel
Het kanaal.
- callback
- AsyncCallback
De asynchrone callbackmethode die wordt aangeroepen wanneer deze methode is voltooid.
- state
- Object
Bevat de huidige status.
Retouren
De IAsyncResult van deze methode.