Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the types of operations that can occur within a batch.
Note
For information on using this interface within managed code, see the BatchOperationType Enumeration.
Members
| Member name | Value | Description |
|---|---|---|
| BT_CancelResponse | 6 | Corresponds to the CancelResponseMessage method on IBTTransportBatch. A request for a response message was canceled. |
| BT_Delete | 1 | Corresponds to the DeleteMessage method on IBTTransportBatch. A message to be deleted was added to the batch. |
| BT_MoveToNextTransport | 4 | Corresponds to the MoveToNextTransport method on IBTTransportBatch.A message to be moved to the backup adapter was added to the batch. |
| BT_MoveToSuspendQ | 2 | Corresponds to the MoveToSuspendQ method on IBTTransportBatch. A message to be suspended was added to the batch. |
| BT_Resubmit | 3 | Corresponds to the Resubmit method on IBTTransportBatch. A message to be resubmitted was added to the batch. |
| BT_Submit | 0 | Corresponds to the SubmitMessage method on IBTTransportBatch. A message to be submitted was added to the batch. |
| BT_SubmitRequest | 5 | Corresponds to the SubmitRequestMessage method on IBTTransportBatch. A request message for a request-response message exchange was added to the batch. |