Class ServerTaskResult
The base class for holding the results of any task
These results are serialisable so the results stored against the IServerTask.TaskResult by a remote server can be viewed by a client when it is complete
Any implementation must be marked with the ServerTaskResultAttribute so the system knows which type of IServerTask this result is used forInheritance
ServerTaskResult
Implements
Inherited Members
Namespace: LemonEdge.API.Core.Tasks
Assembly: LemonEdge.API.dll
Syntax
[DataContract]
public abstract class ServerTaskResult : SerializedParam, ICloneable
Constructors
ServerTaskResult()
Declaration
protected ServerTaskResult()