Share via


IQueryServiceChannel Interface

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 Interface IQueryServiceChannel _
    Inherits IQueryService, IClientChannel, IContextChannel, IChannel,  _
    ICommunicationObject, IExtensibleObject(Of IContextChannel), IDisposable
'Usage
Dim instance As IQueryServiceChannel
public interface IQueryServiceChannel : IQueryService, 
    IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, 
    IDisposable
public interface class IQueryServiceChannel : IQueryService, 
    IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel^>, 
    IDisposable

See Also

Reference

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