Skip to content

ServiceNow.Core

SNow.Core.ITable<T>

ITable<T>.GetByIdAsync(Guid) Method

csharp
System.Threading.Tasks.Task<T> GetByIdAsync(System.Guid id);

Parameters

id System.Guid

Returns

System.Threading.Tasks.Task<T>

Released under the MIT License.