CtcServiceSyncContext Property |
Gets or sets the dispatcher that will be responsible for thread synchronization.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Remarks
CtcService events will be raised on the thread this dispatcher is associated with. In most cases this will be the UI thread.
If left null (Default), events will be raised on the CTC thread but this is not recommended.
See Also