Method RefreshOperations
RefreshOperations(ElementExId, ElementExId)
Refresh operations from given start operation to given end operation. If only one operation to refresh, start and end operations are the same operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 160, 0)]
void RefreshOperations(ElementExId inStartOperationId, ElementExId inEndOperationId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementExId | inStartOperationId | Identifier of the operation from witch start the refresh |
| ElementExId | inEndOperationId | Identifier of the operation to which do the refresh |