C# Class Microsoft.HockeyApp.Channel.PersistenceTransmitter

Implements throttled and persisted transmission of telemetry to Application Insights.
Inheritance: IDisposable
Exibir arquivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
PersistenceTransmitter System
SendForDeveloperMode void
StopSenders void

Public Methods

Method Description
Dispose ( ) : void

Disposes the object.

Private Methods

Method Description
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.

Method Details

Dispose() public method

Disposes the object.
public Dispose ( ) : void
return void