Back to Devexpress

DataStoreClient Methods

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

latest10.3 KB
Original Source

DataStoreClient Methods

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

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.

See Also

DataStoreClient Class

DataStoreClient Members

DevExpress.Xpo.DB Namespace