C# 클래스 Microsoft.HockeyApp.Channel.PersistenceTransmitter

Implements throttled and persisted transmission of telemetry to Application Insights.
상속: IDisposable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

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