IOutputChannel.BeginOpen Method

Include Protected Members
Include Inherited Members

[ 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.

Overload List

  Name Description
BeginOpen(AsyncCallback, Object) Begins an asynchronous operation to open a communication object. (Inherited from ICommunicationObject.)
BeginOpen(TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to open a communication object within a specified interval of time. (Inherited from ICommunicationObject.)

Top

Remarks

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.

See Also

Reference

IOutputChannel Interface

IOutputChannel Members

System.ServiceModel.Channels Namespace