RemServiceSyncContext Property |
Gets or sets the dispatcher that will be responsible for thread synchronization.
Namespace:
RRAutoLib.Remoting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Remarks
RemService events will be raised on the thread this dispatcher is associated with. In most cases this will be the UI thread.
If a sync context is not given, the events will not be raised.
See Also