Share via


QueryServiceClient Class

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

Syntax

'Declaration
Public Class QueryServiceClient _
    Inherits ClientBase(Of IQueryService) _
    Implements IQueryService
'Usage
Dim instance As QueryServiceClient
public class QueryServiceClient : ClientBase<IQueryService>, 
    IQueryService
public ref class QueryServiceClient : public ClientBase<IQueryService^>, 
    IQueryService

Inheritance Hierarchy

System.Object
  System.ServiceModel.ClientBase<IQueryService>
    Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference.QueryServiceClient

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

Reference

Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference Namespace