CommunicationObject Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CommunicationObject type exposes the following members.

Properties

  Name Description
Protected propertySupported by Silverlight for Windows Phone DefaultCloseTimeout When overridden in a derived class, gets the default interval of time provided for a close operation to complete.
Protected propertySupported by Silverlight for Windows Phone DefaultOpenTimeout When overridden in a derived class, gets the default interval of time provided for an open operation to complete.
Protected propertySupported by Silverlight for Windows Phone IsDisposed Gets a value that indicates whether the communication object has been disposed.
Public propertySupported by Silverlight for Windows Phone State Gets a value that indicates the current state of the communication object.
Protected propertySupported by Silverlight for Windows Phone ThisLock Gets the mutually exclusive lock that protects the class instance during a state transition.

Top