Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
Flush ( ) : void |
Flushes the in-memory buffer to disk.
|
|
PersistenceChannel ( ) : System |
Initializes a new instance of the PersistenceChannel class.
|
|
PersistenceChannel ( string storageFolderName, int sendersCount = 1 ) : System |
Initializes a new instance of the PersistenceChannel class.
|
|
Send ( ITelemetry item ) : void |
Sends an instance of ITelemetry through the channel.
|
public PersistenceChannel ( string storageFolderName, int sendersCount = 1 ) : System | ||
storageFolderName | string |
/// A folder name. Under this folder all the transmissions will be saved.
/// Setting this value groups channels, even from different processes.
/// If 2 (or more) channels has the same |
sendersCount | int |
/// Defines the number of senders. A sender is a long-running thread that sends telemetry batches in intervals defined by |
return | System |