Represents results of abstract batch operation.
| Name | Description |
|---|---|
| SessionRemoteExceptionCollection Failures | Collection of all errors that occured during batch operation. See SessionRemoteException. See also Capturing results of operations. Read-only. |
| bool IsSuccess | Is true, if Failures is empty collection. Read-only. |
| Name | Description |
|---|---|
| Check | Noop, if IsSuccess is true. Throws the first error in Failures, if IsSuccess is false. See also Capturing results of operations. |
This is base class for RemovalOperationResult, SynchronizationResult and TransferOperationResult.
Site design by Black Gate