Property | Type | Description | |
---|---|---|---|
PersistenceTransmitter | System | ||
SendForDeveloperMode | void | ||
StopSenders | void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the object.
|
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. |