how to query Camera Recording Status using MIP SDK .net ?

Using MIP SDK , I am trying to know the Current status of a camera Recording using its FQID

code sample will be very helpful

Regards

I hope it does not lead to confusion but for completeness I will mention three methods (with samples).

In the StatusViewer sample you will see how to subscribe to events from the Event Server, in XProtect c-code messages include Recording Started and Recording Stopped.

http://doc.developer.milestonesys.com/html/index.html?base=samples/statusviewer_sample.html&tree=tree_2.html

In the Status Console you can see how to use the Status API (which is in XProtect c-code) to get camera status include recording status.

http://doc.developer.milestonesys.com/html/index.html?base=samples/statusdemoconsole_sample.html&tree=tree_2.html

If actively streaming video in an ImageViewerControl you can get live status, this includes recording status. The Video Preview plugin sample shows this (can be used in standalone also).

http://doc.developer.milestonesys.com/html/index.html?base=samples/videopreview_sample.html&tree=tree_1.html