PeerCollaboration::SynchronizingObject Property

 

Gets or sets the event handler callback object for all event handlers.

Namespace:   System.Net.PeerToPeer.Collaboration
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
Return to top
Show: