PeerCollaboration.SynchronizingObject Proprietà

Definizione

Ottiene o imposta l'oggetto callback del gestore eventi per tutti i gestori eventi.

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

Valore della proprietà

Oggetto con ISynchronizeInvoke implementato su di esso, da usare per la sincronizzazione del thread dell'applicazione.

Il valore predefinito per questa proprietà è null.

Attributi

Si applica a

Vedi anche