IOperation Members

Include Protected Members
Include Inherited Members

Defines methods and properties that handle offline operations.

The IOperation type exposes the following members.

Properties

  Name Description
Public property ActivityId Gets a value that identifies the activities that are executed in the local system and in the external system to synchronize this operation.
Public property Entity Gets the external content type of the operation.
Public property Id Gets the unique identifier of the operation.
Public property LastException Gets the last exception thrown when executing the operation.
Public property LastExecuted Gets the date and time when the operation was last executed .
Public property LobSystemInstance Gets the external system instance that the operation is executed against.
Public property MethodInstanceType Gets the MethodInstanceType of the operation.
Public property NextRetryAfter Gets the earliest date and time after which the operation should be retried.
Public property OperationStatus Gets the status of the operation.
Public property RetryCount Gets the count (number) of retries of the operation.

Top

Methods

  Name Description
Public method CancelAllDependentOperations Cancels the current operation and all operations that depend on it.
Public method CancelSingleOperation Cancels a single operation.
Public method GetAllDependencies Gets the collection of all operations this operation depends on.
Public method GetDependentOperations Gets the collection of all operations that depend on the current one.
Public method GetDirectDependencies Gets the collection of operations that this operation is directly dependent on.
Public method Retry Retries the operation.

Top

See Also

Reference

IOperation Interface

Microsoft.BusinessData.Offlining Namespace