Interface ISmppRequestMetrics
Metrics for SMPP requests.
public interface ISmppRequestMetrics : ISmppMessageMetrics, ISmppMetric
- Inherited Members
Properties
ResponseTime
Gets the min/max/avg response time for requests
IElapsedTimeMetrics ResponseTime { get; }
Property Value
WaitingForResponse
Gets number of request PDUs that waiting for response with same sequence number.
long WaitingForResponse { get; }
Property Value
Methods
Snapshot()
ISmppRequestMetrics Snapshot()