IAdmOperationInfo

The IAdmOperationInfo interface represents the Execution Log of an operation.

Inheritance: IUnknown

Methods

  • Method

  • Description

  • Clear()

  • Removes all entries from the Execution Log of the operation.

Properties

Details

Clear()

Removes all entries from the Execution Log of the operation.

void Clear()

OperationName

Gets or sets the name of the operation.

  • Type:
  • string
  • Access:
  • Read/Write

ExecutionLog

Gets a collection of entries that represent Execution Log records. Each item in the collection is represented by the IAdmExecutionLogEntry interface.


OperationSucceeded

Gets a value that indicates whether the operation succeeded.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also