Skip to content

ServiceNow.Core

SNow.Core.TableBase

TableBase.DeleteAsync(Guid, Nullable<CancellationToken>) Method

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

Parameters

id System.Guid

cancellationToken System.Nullable<System.Threading.CancellationToken>

Returns

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

Released under the MIT License.