Enumeration of possible operational targets of service.
The OperationTarget is available for each Request/Response-pair at CarRentalAgentService. Using the Target-property, you can change the target of operation, whereby you have the choice between Production and Test.
This way, you can ensure that you call the correct service implementation. That means actually which database is used to handle the Request. For deeper insight see: Operation.
Member Name | Description |
---|---|
None | Specifies that no service is targeted, The default service, which is currently the production service, will be used. |
Production | Specifies that target service is the productional service of CarRentalAgentService interface. |
Test | Specifies that target service is the test service of CarRentalAgentService interface. |
Namespace: SunnyCars.Schema.Osi.WsReservation.V4
Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)