ICommunicationObject::BeginOpen Method
.NET Framework (current version)
Begins an asynchronous operation to close a communication object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | BeginOpen(AsyncCallback^, Object^) | Begins an asynchronous operation to open a communication object. |
![]() | BeginOpen(TimeSpan, AsyncCallback^, Object^) | Begins an asynchronous operation to open a communication object within a specified interval of time. |
The BeginOpen method causes an ICommunicationObject to enter into the Opening state where it remains until its transition to the Opened state is completed or fails.
Versions with and without an explicit timeout are provided.
Show:
