Click or drag to resize
IngredientPageUpdateIngredientAmount Method
Updates the ingredient amount in the database.

Namespace: foodez.SharedPages
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task UpdateIngredientAmount(
	long ingredientAmount
)

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