AbstractInfoProviderTInfo, TProviderGetAsync Method |
Name | Description | |
---|---|---|
GetAsync(Guid, NullableCancellationToken) |
Asynchronously gets an instance of info object based on its GUID.
| |
GetAsync(Int32, NullableCancellationToken) |
Asynchronously gets an instance of info object based on its ID.
| |
GetAsync(String, NullableCancellationToken) |
Asynchronously gets an instance of info object based on its code name.
| |
GetAsync(Guid, Int32, NullableCancellationToken) |
Asynchronously gets an instance of info object based on its GUID and site ID.
| |
GetAsync(String, Int32, NullableCancellationToken) |
Asynchronously gets an instance of info object based on its code name and site ID.
|