FoodMenuPageGetOrderList Method |
Gets the order list and bill total.
Namespace: foodez.WaiterPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task GetOrderList(
string anOrderID
)
Public Function GetOrderList (
anOrderID As String
) As Task
public:
Task^ GetOrderList(
String^ anOrderID
)
member GetOrderList :
anOrderID : string -> Task
Parameters
- anOrderID
- Type: SystemString
An order identifier.
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.WaiterPages.FoodMenuPage.GetOrderList(System.String)"]
See Also