SyncService Class

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class SyncService
Inheritance
Object    SyncService

Constructors

SyncService(ActionException)Initializes a new instance of the SyncService class
SyncService(ILogger)Initializes a new instance of the SyncService class

Methods

Synchronize(FuncTask) If at all possible, don't use this. Make your functions async. Please.
SynchronizeT(FuncTaskT) If at all possible, don't use this. Make your functions async. Please.
SynchronizeT(FuncTaskT, ActionException) If at all possible, don't use this. Make your functions async. Please.

Extension Methods

See Also