Click or drag to resize

ServiceOperationResult Class

Defines general-purpose class to indicate the status of the operation.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.UtilsServiceOperationResult

Namespace:  SysadminsLV.PKI.Utils
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class ServiceOperationResult : IServiceOperationResult

The ServiceOperationResult type exposes the following members.

Constructors
  NameDescription
Public methodServiceOperationResult(Int32)
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code. Status message is decoded automatically.
Public methodServiceOperationResult(Int32, String)
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code and custome status message.
Public methodServiceOperationResult(Int32, String, Object)
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code and custome status message.
Top
Properties
  NameDescription
Public propertyHResult
Gets the Win32-style HRESULT error code. Zero value means success, non-zero value means failure.
Public propertyInnerObject
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.
Public propertyStatusMessage
Gets the message associated with the HResult error code.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also