Table of Contents

Class SmppRequestMetricsSnapshot

Namespace
Inetlab.SMPP.Metrics
Assembly
Inetlab.SMPP.dll
public class SmppRequestMetricsSnapshot : SmppMessageMetricsSnapshot, ISmppRequestMetrics, ISmppMessageMetrics, ISmppMetric
Inheritance
SmppRequestMetricsSnapshot
Implements
Inherited Members

Constructors

SmppRequestMetricsSnapshot(long, double, double, long)

public SmppRequestMetricsSnapshot(long total, double perSecond, double avgPerSecond, long waitingForResponse)

Parameters

total long
perSecond double
avgPerSecond double
waitingForResponse long

Properties

WaitingForResponse

Gets number of request PDU that didn't receive a response with same sequence number.

public long WaitingForResponse { get; }

Property Value

long

Methods

Snapshot()

public ISmppRequestMetrics Snapshot()

Returns

ISmppRequestMetrics