SafeFileWatcherSynchronizingObject Property

Gets or sets the object used to marshal the event handler calls issued as a result of a directory change.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
public ISynchronizeInvoke? SynchronizingObject { get; set; }

Return Value

ISynchronizeInvoke
The ISynchronizeInvoke that represents the object used to marshal the event handler calls issued as a result of a directory change. The default is null.

See Also