Table of Contents

Interface ISmppRequestMetrics

Namespace
Inetlab.SMPP.Metrics
Assembly
Inetlab.SMPP.dll

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

IElapsedTimeMetrics

WaitingForResponse

Gets number of request PDUs that waiting for response with same sequence number.

long WaitingForResponse { get; }

Property Value

long

Methods

Snapshot()

ISmppRequestMetrics Snapshot()

Returns

ISmppRequestMetrics