Skip to content

ServiceNow.Core

SNow.Core.TableBase

TableBase.DeleteAsync(Guid) Method

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

Parameters

id System.Guid

Returns

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

Released under the MIT License.