OperationCompleteEvent
Last updated
Last updated
Many asynchronous APIs will trigger an OperationCompleteEvent when done.
public class OperationCompleteEvent :
Default constructor
Syntaxpublic OperationCompleteEvent ()
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
If an operation threw an exception Success will be false and the exception will be stored here.
SyntaxValue
Documentation for this section has not yet been entered.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
If Success is false, Message may contain more information about the failure.
SyntaxValue
Information about the failure.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Whether or not the operation completed successfully.
SyntaxValue
true if the operation succeeded.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
public Message { get; }
public Success { get; }