Click or drag to resize

TimedBackgroundMonitorSynchronizingObject Property

Gets or sets the object used to marshal timer events to a specific thread.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ISynchronizeInvoke SynchronizingObject { get; set; }

Property Value

ISynchronizeInvoke
See Also