IServiceOperationResult Interface

Defines general-purpose interface to indicate the status of the operation.

Definition

Namespace: SysadminsLV.PKI.Utils
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public interface IServiceOperationResult

Properties

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.

See Also