'Declaration Public Shared Function Create( _ ByVal device As Device, _ ByVal description As QueryDescription _ ) As Query
public static Query Create( Device device, QueryDescription description )
Parameters
- device
- The device with which to associate the state object.
- description
- The query description.