ChannelManagerBase Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ChannelManagerBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
DefaultCloseTimeout | When overridden in a derived class, gets the default interval of time provided for a close operation to complete. (Inherited from CommunicationObject.) |
|
DefaultOpenTimeout | When overridden in a derived class, gets the default interval of time provided for an open operation to complete. (Inherited from CommunicationObject.) |
|
DefaultReceiveTimeout | When overridden in a derived class, gets the default interval of time a channel has to complete the reception of a message. |
|
DefaultSendTimeout | When overridden in a derived class, gets the default interval of time a channel has to complete the sending of a message. |
|
IsDisposed | Gets a value that indicates whether the communication object has been disposed. (Inherited from CommunicationObject.) |
|
State | Gets a value that indicates the current state of the communication object. (Inherited from CommunicationObject.) |
|
ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition. (Inherited from CommunicationObject.) |
| Name | Description | |
|---|---|---|
|
IDefaultCommunicationTimeouts.CloseTimeout | Gets the interval of time after which the close method, invoked by a communication object, times out. |
|
IDefaultCommunicationTimeouts.OpenTimeout | Gets the interval of time after which the open method, invoked by a communication object, times out. |
|
IDefaultCommunicationTimeouts.ReceiveTimeout | Gets the interval of time after which the receive method, invoked by a communication object, times out. |
|
IDefaultCommunicationTimeouts.SendTimeout | Gets the interval of time after which the send method, invoked by a communication object, times out. |
Show: