Skip to main content
Version: 3.x

IConsumerThrottlingMetric.GetValueAsync method

Retrieves the value of the metric defined in the implementation of this interface.

public Task<long> GetValueAsync()

Return Value

A Task representing the asynchronous operation, with a Int64 result representing the metric's value.

See Also