IRestServiceRegistro.DeleteTodoItemAsync Method

SergioDelgadoProyecto

IRestServiceRegistroDeleteTodoItemAsync Method

Deletes the todo item asynchronous.

Namespace:  SergioDelgadoProyecto
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
Task DeleteTodoItemAsync(
	int id
)

Parameters

id
Type: SystemInt32
The identifier.

Return Value

Type: Task
Task.
See Also