Query Constructor (QueryRequestType)
Microsoft Robotics Studio
Initialization constructor
Namespace: Microsoft.Dss.Services.RuntimeDiagnosticsService
Assembly: DssRuntime (in DssRuntime.dll)
Version: 1.5.507.0
Syntax
public Query(
QueryRequestType body
)
'Declaration
Public Sub New ( _
body As QueryRequestType _
)
public:
Query (
QueryRequestType^ body
)
Parameters
- body
QueryRequestType
See Also
Query Class