JobQueryResult Class

 

Contains the result of a Job query

Namespace:   Microsoft.Azure.Devices
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Devices.JobQueryResult

Syntax

public class JobQueryResult
public ref class JobQueryResult 

Constructors

Name Description
System_CAPS_pubmethod JobQueryResult()

Properties

Name Description
System_CAPS_pubproperty AggregateResult

Gets or sets the Result of a Job query that is an aggregation

System_CAPS_pubproperty Result

Gets or sets the Result of a Job query that is not an aggregation

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Devices Namespace

Return to top