PeerCollaboration::SynchronizingObject Property
.NET Framework (current version)
Gets or sets the event handler callback object for all event handlers.
Assembly: System.Net (in System.Net.dll)
public: [BrowsableAttribute(false)] property ISynchronizeInvoke^ SynchronizingObject { static ISynchronizeInvoke^ get(); static void set(ISynchronizeInvoke^ value); }
Property Value
Type: System.ComponentModel::ISynchronizeInvoke^An object with ISynchronizeInvoke implemented on it, to be used for application thread synchronization.
The default value for this property is null.
.NET Framework
Available since 3.5
Available since 3.5
Show: