Save an operation (local or remote). This adds the ability to track the operation's lifecycle (retries and timeout/complete), and allows the application to track state, since the operation will be preserved in DOSContext.Operation when callbacks are called. For local operations, the operation must be saved (just) prior to making the request. For remote operations, the operation must be saved inside the callback processing it.
|