C# Класс Microsoft.HockeyApp.Channel.PersistenceTransmitter

Implements throttled and persisted transmission of telemetry to Application Insights.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
PersistenceTransmitter System
SendForDeveloperMode void
StopSenders void

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes the object.

Приватные методы

Метод Описание
PersistenceTransmitter ( BaseStorageService storage, int sendersCount, bool createSenders = true ) : System

Initializes a new instance of the PersistenceTransmitter class.

SendForDeveloperMode ( ITelemetry item, string endpointAddress ) : void

Sending the item to the endpoint immediately without persistence.

StopSenders ( ) : void

Stops the senders.

As long as there is no Start implementation, this method should only be called from Dispose.

Описание методов

Dispose() публичный Метод

Disposes the object.
public Dispose ( ) : void
Результат void