Back to Devexpress

DataStoreClient Members

xpo-devexpress-dot-xpo-dot-db-dot-datastoreclient-dot-underscore-members.md

latest15.8 KB
Original Source

DataStoreClient Members

A data store provider (an IDataStore implementation) for client applications transferring data via WCF.

Constructors

NameDescription
DataStoreClient(Binding, EndpointAddress)Initializes a new instance of the DataStoreClient class with specified settings.
DataStoreClient(String)Initializes a new instance of the DataStoreClient class using the configuration information specified in the client application’s configuration file by confName.

Properties

NameDescription
CacheSetting staticGets or sets the cache setting. Inherited from ClientBase<TChannel>.
ChannelFactoryGets the underlying ChannelFactory<TChannel> object. Inherited from ClientBase<TChannel>.
ClientCredentialsGets the client credentials used to call an operation. Inherited from ClientBase<TChannel>.
EndpointGets the target endpoint for the service to which the WCF client can connect. Inherited from ClientBase<TChannel>.
InnerChannelGets the underlying IClientChannel implementation. Inherited from ClientBase<TChannel>.
StateGets the current state of the ClientBase<TChannel> object. Inherited from ClientBase<TChannel>.

Methods

NameDescription
Abort()Causes the ClientBase<TChannel> object to transition immediately from its current state into the closed state. Inherited from ClientBase<TChannel>.
Close()Causes the ClientBase<TChannel> object to transition from its current state into the closed state. Inherited from ClientBase<TChannel>.
DisplayInitializationUI()Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. Inherited from ClientBase<TChannel>.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetDefaultValueForInitialization<T>() protectedReplicates the behavior of the default keyword in C#. Inherited from ClientBase<TChannel>.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object) protectedProvides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview. Inherited from ClientBase<TChannel>.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
Open()Causes the ClientBase<TChannel> object to transition from the created state into the opened state. Inherited from ClientBase<TChannel>.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
IDisposable.Dispose()Explicit implementation of the Dispose() method. Inherited from ClientBase<TChannel>.
ICommunicationObject.BeginClose(AsyncCallback, Object)Begins an asynchronous operation to close the ClientBase<TChannel>. Inherited from ClientBase<TChannel>.
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)Begins an asynchronous operation to close the ClientBase<TChannel> with a specified timeout. Inherited from ClientBase<TChannel>.
ICommunicationObject.BeginOpen(AsyncCallback, Object)Begins an asynchronous operation to open the ClientBase<TChannel> object. Inherited from ClientBase<TChannel>.
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)Begins an asynchronous operation to open the ClientBase<TChannel> object within a specified interval of time. Inherited from ClientBase<TChannel>.
ICommunicationObject.Close(TimeSpan)Causes the ClientBase<TChannel> object to transition from its current state into the closed state. Inherited from ClientBase<TChannel>.
ICommunicationObject.EndClose(IAsyncResult)Completes an asynchronous operation to close the ClientBase<TChannel> object. Inherited from ClientBase<TChannel>.
ICommunicationObject.EndOpen(IAsyncResult)Completes an asynchronous operation to open the ClientBase<TChannel> object. Inherited from ClientBase<TChannel>.
ICommunicationObject.Open(TimeSpan)Causes the ClientBase<TChannel> object to transition from the created state into the opened state within a specified interval of time. Inherited from ClientBase<TChannel>.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ICommunicationObject.ClosedThe event handler that is invoked when the ClientBase<TChannel> object has transitioned from its current state to the closed state. Inherited from ClientBase<TChannel>.
ICommunicationObject.ClosingThe event handler that is invoked when the ClientBase<TChannel> object transitions from its current state to the closed state. Inherited from ClientBase<TChannel>.
ICommunicationObject.FaultedThe event handler that is invoked when a fault occurs while performing an operation on the ClientBase<TChannel> object. Inherited from ClientBase<TChannel>.
ICommunicationObject.OpenedThe event handler that is invoked when the ClientBase<TChannel> object transitions from the created state to the opened state. Inherited from ClientBase<TChannel>.
ICommunicationObject.OpeningThe event handler that is invoked when the ClientBase<TChannel> object transitions from the created state to the opened state. Inherited from ClientBase<TChannel>.

See Also

DataStoreClient Class

DevExpress.Xpo.DB Namespace