PeerCollaboration.SynchronizingObject Proprietà

Definizione

Ottiene o imposta l'oggetto callback di 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 in cui è implementato l'oggetto ISynchronizeInvoke da utilizzare per la sincronizzazione tra i thread di applicazione.

Il valore predefinito di questa proprietà è null.

Attributi

Si applica a

Vedi anche