IDevice.DeleteAsync Method

Definition

Asynchronously deletes a device.

public System.Threading.Tasks.Task DeleteAsync ();
abstract member DeleteAsync : unit -> System.Threading.Tasks.Task
Public Function DeleteAsync () As Task

Returns

The task that is returned once the operation is completed.

Implements

Applies to