ReservationId Field

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ReservationId Field
Patterns-In-Action! ApplicationActionService.MessageBaseResponseBaseReservationId
Reservation number issued by the web service. Used in long running requests. Also sometimes referred to as Correlation Id. This number is a way for both the client and web service to keep track of long running requests (for example, a request to make a reservation for a airplane flight).
Declaration Syntax
C# Visual Basic
public string ReservationId
Public ReservationId As String

Assembly: ActionService (Module: ActionService) Version: 1.0.0.0 (1.0.0.0)