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
TType of value for the metric.
Base interface for all custom metric implementations.
public interface ICustomMetric<T> where T : struct
TType of value for the metric.