PeerCollaboration.SynchronizingObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.