ChannelManagerBase Properties

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.

  NameDescription
Protected property DefaultCloseTimeout When overridden in a derived class, gets the default interval of time provided for a close operation to complete. (Inherited from CommunicationObject.)
Protected property DefaultOpenTimeout When overridden in a derived class, gets the default interval of time provided for an open operation to complete. (Inherited from CommunicationObject.)
Protected property DefaultReceiveTimeout When overridden in a derived class, gets the default interval of time a channel has to complete the reception of a message.
Protected property DefaultSendTimeout When overridden in a derived class, gets the default interval of time a channel has to complete the sending of a message.
Protected property IsDisposed Gets a value that indicates whether the communication object has been disposed. (Inherited from CommunicationObject.)
Public property State Gets a value that indicates the current state of the communication object. (Inherited from CommunicationObject.)
Protected property ThisLock Gets the mutually exclusive lock that protects the class instance during a state transition. (Inherited from CommunicationObject.)
Top

  NameDescription
Explicit interface implemetation Private property IDefaultCommunicationTimeouts.CloseTimeout Gets the interval of time after which the close method, invoked by a communication object, times out.
Explicit interface implemetation Private property IDefaultCommunicationTimeouts.OpenTimeout Gets the interval of time after which the open method, invoked by a communication object, times out.
Explicit interface implemetation Private property IDefaultCommunicationTimeouts.ReceiveTimeout Gets the interval of time after which the receive method, invoked by a communication object, times out.
Explicit interface implemetation Private property IDefaultCommunicationTimeouts.SendTimeout Gets the interval of time after which the send method, invoked by a communication object, times out.
Top

Show:
© 2017 Microsoft