Table of Contents

Interface ISmppTransferMetrics

Namespace
Inetlab.SMPP.Metrics
Assembly
Inetlab.SMPP.dll
public interface ISmppTransferMetrics : ISmppMetric
Inherited Members

Properties

InQueue

Number of messages stored in the queue.

long InQueue { get; }

Property Value

long

Requests

Metrics for SMPP requests.

ISmppRequestMetrics Requests { get; }

Property Value

ISmppRequestMetrics

Responses

Metrics for SMPP responses.

ISmppMessageMetrics Responses { get; }

Property Value

ISmppMessageMetrics

Total

Total message number for selected direction.

long Total { get; }

Property Value

long

Methods

Snapshot()

ISmppTransferMetrics Snapshot()

Returns

ISmppTransferMetrics