PeerObject::SynchronizingObject Property
.NET Framework (current version)
Gets or sets the object used to marshal the event handler calls that are issued as a result of a PeerObject instance change.
Assembly: System.Net (in System.Net.dll)
public: [BrowsableAttribute(false)] property ISynchronizeInvoke^ SynchronizingObject { ISynchronizeInvoke^ get(); void set(ISynchronizeInvoke^ value); }
Property Value
Type: System.ComponentModel::ISynchronizeInvoke^Object with an implementation of the ISynchronizeInvoke interface. This object is used for event handler synchronization.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The calling object has been disposed. |
.NET Framework
Available since 3.5
Available since 3.5
Show: