IngredientPageUpdateIngredientAmount Method |
Updates the ingredient amount in the database.
Namespace: foodez.SharedPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task UpdateIngredientAmount(
long ingredientAmount
)
Public Function UpdateIngredientAmount (
ingredientAmount As Long
) As Task
public:
Task^ UpdateIngredientAmount(
long long ingredientAmount
)
member UpdateIngredientAmount :
ingredientAmount : int64 -> Task
Parameters
- ingredientAmount
- Type: SystemInt64
[Missing <param name="ingredientAmount"/> documentation for "M:foodez.SharedPages.IngredientPage.UpdateIngredientAmount(System.Int64)"]
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.SharedPages.IngredientPage.UpdateIngredientAmount(System.Int64)"]
See Also