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 | |
---|---|---|
ActivityId | Gets a value that identifies the activities that are executed in the local system and in the external system to synchronize this operation. | |
Entity | Gets the external content type of the operation. | |
Id | Gets the unique identifier of the operation. | |
LastException | Gets the last exception thrown when executing the operation. | |
LastExecuted | Gets the date and time when the operation was last executed . | |
LobSystemInstance | Gets the external system instance that the operation is executed against. | |
MethodInstanceType | Gets the MethodInstanceType of the operation. | |
NextRetryAfter | Gets the earliest date and time after which the operation should be retried. | |
OperationStatus | Gets the status of the operation. | |
RetryCount | Gets the count (number) of retries of the operation. |
Top
Methods
Name | Description | |
---|---|---|
CancelAllDependentOperations | Cancels the current operation and all operations that depend on it. | |
CancelSingleOperation | Cancels a single operation. | |
GetAllDependencies | Gets the collection of all operations this operation depends on. | |
GetDependentOperations | Gets the collection of all operations that depend on the current one. | |
GetDirectDependencies | Gets the collection of operations that this operation is directly dependent on. | |
Retry | Retries the operation. |
Top