Skip to main content

CachedDataStoreClient(Binding, EndpointAddress) Constructor

In This Article

Initializes a new instance of the CachedDataStoreClient class with specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public CachedDataStoreClient(
    Binding binding,
    EndpointAddress remoteAddress
)

#Parameters

Name Type Description
binding Binding

A Binding object specifying binding elements used for communication between the client and a service.

remoteAddress EndpointAddress

A EndpointAddress object specifying a unique network address that the client uses to communicate with a service endpoint.

See Also