AxMetadataServiceClient Class

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.ServiceModel.ClientBase<IAxMetadataService>
    Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference.AxMetadataServiceClient

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.AxMetaDataServiceReference Namespace