Peer.SynchronizingObject Property
When this property value is set, all events not fired as the result of an asynchronous operation will have the associated event handlers called back on the thread that created the specific SynchronizingObject.
Namespace: System.Net.PeerToPeer.Collaboration
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.ComponentModel.ISynchronizeInvokeObject that implements the ISynchronizeInvoke interface and is used by instances of this type for event handler synchronization on the thread that created it.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The calling object has been disposed. |
The default set value for this property is null, indicating that all event handlers are called on a system thread pool thread.
This property is typically set to a UI element such as a Form instance.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.