Name | Description | |
---|---|---|
OperationResult Constructor | Overloaded. |
The following tables list the members exposed by OperationResult.
Name | Description | |
---|---|---|
OperationResult Constructor | Overloaded. |
Name | Description | |
---|---|---|
Diagnostics | Diagnostics information (such as warnings) assembled during the operation. | |
DiagnosticsCount | Count of diagnostic information elements assembled during the operation. | |
DiagnosticsSummary | Textual summary of diagnostics information, one message per line. | |
ErrorId | Gets or sets the error ID of the error. | |
ErrorMessage | Gets or sets a message that describes the current exception. | |
ErrorMessageBrief | The first line of the error message. | |
Exception | Gets or sets the information about the reason of the failure of the operation. | |
NormalizedDiagnostics | A normalized Diagnostics collection. | |
NormalizedException | A normalized Exception object, or null if there was no error. | |
State | Gets or sets the arbitrary object associated with the operation. | |
Succeeded | Gets indication whether the operation has succeeded. | |
Success | A successful operation result. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
Failure | Returns a failed operation result with given exception. | |
FromException | For a given exception, returns a successful or failed operation result. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
MemberwiseClone | Creates a new object that is a memberwise copy of the current instance. | |
PerformOperation<TOperationException> | Performs the specified operation and return the corresponding operation result. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
SetState | Sets the arbitrary object associated with the operation. | |
ThrowIfFailed | Throws Exception if it is not a null reference. | |
ToString | Overloaded. Overridden. Returns a string that represents the current object.Returns a string that represents the current object. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |