Show / Hide Table of Contents

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.

Extension Methods

CollectionExtensions.AddRange<T, ThreadOption>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<ThreadOption>()
  • View Source
Back to top Generated by DocFX