PeerCollaboration.SynchronizingObject Property

Definition

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

public:
 static property System::ComponentModel::ISynchronizeInvoke ^ SynchronizingObject { System::ComponentModel::ISynchronizeInvoke ^ get(); void set(System::ComponentModel::ISynchronizeInvoke ^ value); };
[System.ComponentModel.Browsable(false)]
public static System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
[<System.ComponentModel.Browsable(false)>]
static member SynchronizingObject : System.ComponentModel.ISynchronizeInvoke with get, set
Public Shared Property SynchronizingObject As ISynchronizeInvoke

Property Value

An object with ISynchronizeInvoke implemented on it, to be used for application thread synchronization.

The default value for this property is null.

Attributes

Applies to

See also