IRestServiceRegistro.SaveTodoItemAsync Method

SergioDelgadoProyecto

IRestServiceRegistroSaveTodoItemAsync Method

Saves the todo item asynchronous.

Namespace:  SergioDelgadoProyecto
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
Task SaveTodoItemAsync(
	registros item
)

Parameters

item
Type: SergioDelgadoProyecto.ServicioRestregistros
The item.

Return Value

Type: Task
Task.
See Also