Property | Type | Description | |
---|---|---|---|
DequeueAndSend | void | ||
Dispose | void | ||
Flush | void | ||
InMemoryTransmitter | System | ||
OnBufferFull | void | ||
Runner | void | ||
Send | Task |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Method | Description | |
---|---|---|
DequeueAndSend ( ) : void |
Flushes the in-memory buffer and send it.
|
|
Dispose ( bool disposing ) : void | ||
Flush ( ) : void |
Flushes the in-memory buffer and sends it.
|
|
InMemoryTransmitter ( |
||
OnBufferFull ( ) : void |
Happens when the in-memory buffer is full. Flushes the in-memory buffer and sends the telemetry items.
|
|
Runner ( ) : void |
Flushes the in-memory buffer and sends the telemetry items in sendingInterval intervals or when startRunnerEvent is set.
|
|
Send ( IEnumerable |
Serializes a list of telemetry items and sends them.
|