ImpexiumClient.DeleteRecordFromCustomDataTableAsync Method

Definition

Delete Record From Custom Data Table

public virtual System.Threading.Tasks.Task DeleteRecordFromCustomDataTableAsync(string tableName, string id, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteRecordFromCustomDataTableAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteRecordFromCustomDataTableAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteRecordFromCustomDataTableAsync (tableName As String, id As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

tableName
String

Table Name

id
String

ID

cancellationToken
CancellationToken

Cancellation token.

Returns

Remarks

Delete Record From Custom Data Table

Applies to