
Namespace | Microsoft.Windows.Devices.Midi2.Diagnostics |
---|---|
Type Name | MidiServicePingResponse |
Type | WinRT Runtime Class |
IDL | MidiServicePingResponse.idl |
Library | Microsoft.Windows.Devices.Midi2.dll |
This class represents a single ping message response. This is used to assess health and performance of the Windows service. This is not normally used by applications.
Property | Description |
---|---|
SourceId |
Id used to track this ping source connection instance, in the case of multiple applications using the same ping endpoint |
Index |
Index of the ping |
ClientSendMidiTimestamp |
The time the client sent the ping message |
ServiceReportedMidiTimestamp |
The time the service reported receiving the ping message |
ClientReceiveMidiTimestamp |
The time the client received the ping response |
ClientDeltaTimestamp |
The delta between the client sending the message and receiving the response |