Click or drag to resize

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
Public Shared Property SyncContext As Dispatcher
	Get
	Set

Property Value

Type: Dispatcher
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