Skip to content

ServiceNow.Core

SNow.Core.Table<T>

Table<T>.DeleteAsync(Guid, CancellationToken) Method

csharp
public System.Threading.Tasks.Task<bool> DeleteAsync(System.Guid id, System.Threading.CancellationToken cancellationToken);

Parameters

id System.Guid

cancellationToken System.Threading.CancellationToken
A cancellation token that can be used by other objects or threads to receive

Returns

System.Threading.Tasks.Task<System.Boolean>

Implements DeleteAsync(Guid, CancellationToken)

Released under the MIT License.