ClientBase<TChannel>.ICommunicationObject.BeginOpen Metoda

Definice

Zahájí asynchronní operaci k otevření objektu ClientBase<TChannel> .

Přetížení

ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

Zahájí asynchronní operaci, která ClientBase<TChannel> otevře objekt v zadaném časovém intervalu.

ICommunicationObject.BeginOpen(AsyncCallback, Object)

Zahájí asynchronní operaci k otevření objektu ClientBase<TChannel> .

ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

Zdroj:
ClientBase.cs
Zdroj:
ClientBase.cs
Zdroj:
ClientBase.cs

Zahájí asynchronní operaci, která ClientBase<TChannel> otevře objekt v zadaném časovém intervalu.

 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginOpen;
IAsyncResult ICommunicationObject.BeginOpen (TimeSpan timeout, AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Function BeginOpen (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginOpen

Parametry

timeout
TimeSpan

Čas, během kterého se musí hovor dokončit.

callback
AsyncCallback

Metoda, která obdrží zpětné volání po dokončení.

state
Object

Stavová data.

Návraty

Odkazuje IAsyncResult na asynchronní operaci otevření.

Implementuje

Poznámky

Další informace naleznete v tématu System.ServiceModel.Channels.CommunicationObject.

Platí pro

ICommunicationObject.BeginOpen(AsyncCallback, Object)

Zdroj:
ClientBase.cs
Zdroj:
ClientBase.cs
Zdroj:
ClientBase.cs

Zahájí asynchronní operaci k otevření objektu ClientBase<TChannel> .

 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginOpen(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginOpen;
IAsyncResult ICommunicationObject.BeginOpen (AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginOpen : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginOpen : AsyncCallback * obj -> IAsyncResult
Function BeginOpen (callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginOpen

Parametry

callback
AsyncCallback

Metoda, která obdrží zpětné volání po dokončení.

state
Object

Stavová data.

Návraty

Odkazuje IAsyncResult na asynchronní operaci otevření.

Implementuje

Poznámky

Další informace naleznete v tématu System.ServiceModel.Channels.CommunicationObject.

Platí pro