Class WorkerResult
Encapsulates the result of a background working process.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Threading
Assembly: Sartorius.SAF.dll
Syntax
public class WorkerResult : WorkerResult<object>
Constructors
View SourceWorkerResult(Exception)
Initializes a new instance of the WorkerResult class.
Declaration
public WorkerResult(Exception exception = null)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception | The occured exception. |