ServiceOperationResult Class |
Namespace: SysadminsLV.PKI.Utils
The ServiceOperationResult type exposes the following members.
Name | Description | |
---|---|---|
ServiceOperationResult(Int32) |
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code.
Status message is decoded automatically.
| |
ServiceOperationResult(Int32, String) |
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code
and custome status message.
| |
ServiceOperationResult(Int32, String, Object) |
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code
and custome status message.
|
Name | Description | |
---|---|---|
HResult |
Gets the Win32-style HRESULT error code. Zero value means success, non-zero value means failure.
| |
InnerObject |
Gets or sets the object which is the result of the operation. This member is not mandatory and may
return null even if the status is successful and depends.
| |
StatusMessage |
Gets the message associated with the HResult error code.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |