ITelemetryTestChannel.OnPostEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process incoming events
public:
void OnPostEvent(System::Object ^ sender, Microsoft::VisualStudio::Telemetry::TelemetryTestChannelEventArgs ^ e);
public void OnPostEvent (object sender, Microsoft.VisualStudio.Telemetry.TelemetryTestChannelEventArgs e);
abstract member OnPostEvent : obj * Microsoft.VisualStudio.Telemetry.TelemetryTestChannelEventArgs -> unit
Public Sub OnPostEvent (sender As Object, e As TelemetryTestChannelEventArgs)
Parameters
- sender
- Object