Table of Contents

Interface ISmppClientMetrics

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

Metrics for SMPP Client.

public interface ISmppClientMetrics : ISmppMetric
Inherited Members

Properties

Received

Gets metrics for received messages.

ISmppTransferMetrics Received { get; }

Property Value

ISmppTransferMetrics

Sent

Gets metrics for sent messages.

ISmppTransferMetrics Sent { get; }

Property Value

ISmppTransferMetrics

Methods

Snapshot()

ISmppClientMetrics Snapshot()

Returns

ISmppClientMetrics