Interface ICustomMetric<T>
- Namespace
- Temporalio.Runtime
- Assembly
- Temporalio.dll
Base interface for all custom metric implementations.
public interface ICustomMetric<T> where T : struct
Type Parameters
T
Type of value for the metric.
Base interface for all custom metric implementations.
public interface ICustomMetric<T> where T : struct
T
Type of value for the metric.