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>(ThreadOption, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<ThreadOption>(ThreadOption)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Enum, Func<TAttribute, TType>)
  • View Source
Back to top Generated by DocFX