Click or drag to resize

IServiceOperationResult Interface

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

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

The IServiceOperationResult type exposes the following members.

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
See Also