Class ServerTaskResult
The base class for holding the results of any task
These results are serialisable so the results stored against the
Inheritance
System.Object
ServerTaskResult
Implements
Inherited Members
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: LemonEdge.API.Tasks
Assembly: API.dll
Syntax
[DataContract]
public abstract class ServerTaskResult : SerializedParam, ICloneable