C# (CSharp) Microsoft.HockeyApp.Channel InMemoryTransmitter - 8 examples found. These are the top rated real world C# (CSharp) examples of Microsoft.HockeyApp.Channel.InMemoryTransmitter extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
A transmitter that will immediately send telemetry over HTTP. Telemetry items are being sent when Flush is called, or when the buffer is full (An OnFull "event" is raised) or every 30 seconds.