ICommunicationObject.BeginOpen Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Begins an asynchronous operation to close a communication object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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 time-out are provided.