iOSApp.InvokeDeviceAgentQuery(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the Device Agent query.
public object InvokeDeviceAgentQuery (object parameters);
member this.InvokeDeviceAgentQuery : obj -> obj
Public Function InvokeDeviceAgentQuery (parameters As Object) As Object
Parameters
- parameters
- Object
The parameters of the query.
Returns
The results of the query.