Table of Contents

Class BackgroundSync

Namespace
ComfileTech.Cfnet.Cfheader
Assembly
ComfileTech.Cfnet.Cfheader.dll

Background thread that calls Sync() repeatedly in a tight loop.

public class BackgroundSync
Inheritance
BackgroundSync

Properties

Header

The CFHEADER module that the background thread operates on.

IsRunning

Whether or not the background synchronization thread is running.

Priority

The priority to assigned to the background thread.

Methods

Start()

Starts the background thread.

Stop()

Stops the background thread.

Events

ExceptionThrown

Fires when an exception is thrown calling Sync().

Synced

Fires immediately after each call to Sync().