API Reference
Class
ProviderLimitSnapshotService
Fetches live provider limits using reusable provider-native APIs.
Inheritance
- Object
- ProviderLimitSnapshotService
Constructors
public ProviderLimitSnapshotService() #Initializes the provider limit snapshot service.
Methods
FetchAsync 2 overloads
public Task<ProviderLimitSnapshot> FetchAsync(String providerId, CancellationToken cancellationToken = null) #Returns:
Task<ProviderLimitSnapshot>Fetches live limits for the requested providers.
Parameters
- providerIds System.Collections.Generic.IEnumerable{System.String}
- cancellationToken System.Threading.CancellationToken = null
FetchAsync(System.String providerId, System.Threading.CancellationToken cancellationToken) #Fetches live limits for a single provider.
Parameters
- providerId System.String
- cancellationToken System.Threading.CancellationToken
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object