Enum ThreadOption
Specifies options where a call is done.
Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public enum ThreadOption
Fields
| Name | Description |
|---|---|
| BackgroundThread | The call is done asynchronously on a background thread. |
| PublisherThread | The call is done on the same thread. |
| UIThread | The call is done on the UI thread. |