Peer.SynchronizingObject Property
.NET Framework 3.5
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.
Assembly: System.Net (in System.Net.dll)
[BrowsableAttribute(false)] public ISynchronizeInvoke SynchronizingObject { get; set; }
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 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.