We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linqpad driver is missing some of the event classes in the connection view:
In this case, all the 4 classes have Info and Associate events (some Enter/Exit). For some reason they only appear in the Device_Client class.
Info
Associate
The query though works as expected and returns the same counts as PerfView:
playback.GetAll( typeof(Tx.Windows.Microsoft_Azure_Devices_Provisioning_Client.Associate), typeof(Tx.Windows.Microsoft_Azure_Devices_Provisioning_Client.Info), typeof(Tx.Windows.Microsoft_Azure_Devices_Provisioning_Client.RegisterAsync) ).Count().Dump();
The text was updated successfully, but these errors were encountered:
/cc @abhipsaMisra @davilu @prmathur-microsoft
Sorry, something went wrong.
No branches or pull requests
Linqpad driver is missing some of the event classes in the connection view:
In this case, all the 4 classes have
Info
andAssociate
events (some Enter/Exit). For some reason they only appear in the Device_Client class.The query though works as expected and returns the same counts as PerfView:
The text was updated successfully, but these errors were encountered: