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