TaskGroupTaskInfoProviderGetAsync 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.
(Inherited from AbstractInfoProviderTInfo, TProvider.) |
![]() | GetAsync(Int32, Int32, NullableCancellationToken) |
Asynchronously gets an instance of the TaskGroupTaskInfo binding structure.
|