IServiceOperationResult Interface
Defines general-purpose interface to indicate the status of the operation.
Namespace: SysadminsLV.PKI.UtilsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public interface IServiceOperationResult
Public Interface IServiceOperationResult
public interface class IServiceOperationResult
type IServiceOperationResult = interface end
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.
|