AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByIdAsync Method |
Asynchronously gets an instance of info object based on ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual Task<TInfo> GetInfoByIdAsync(
int id,
bool useHashtable,
CancellationToken cancellationToken
)
Parameters
- id
- Type: SystemInt32
Value of the record ID to look for - useHashtable
- Type: SystemBoolean
If true, the object is taken through the hashtable - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation instruction.
Return Value
Type:
TaskTInfoSee Also