Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
InMemoryChannel | System |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposing the channel.
|
|
Flush ( ) : void |
Will send all the telemetry items stored in the memory.
|
|
InMemoryChannel ( ) : System |
Initializes a new instance of the InMemoryChannel class.
|
|
Send ( ITelemetry item ) : void |
Sends an instance of ITelemetry through the channel.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
InMemoryChannel ( |
Initializes a new instance of the InMemoryChannel class. Used in unit tests for constructor injection.
|