DataStoreClient Members
In This Article
#Constructors
Name | Description |
---|---|
Data |
Initializes a new instance of the Data |
Data |
Initializes a new instance of the Data |
#Properties
Name | Description |
---|---|
Cache |
Gets or sets the cache setting.
Inherited from Client |
Channel |
Gets the underlying Channel |
Client |
Gets the client credentials used to call an operation.
Inherited from Client |
Endpoint |
Gets the target endpoint for the service to which the WCF client can connect.
Inherited from Client |
Inner |
Gets the underlying IClient |
State |
Gets the current state of the Client |
#Methods
Name | Description |
---|---|
Abort() |
Causes the Client |
Close() |
Causes the Client |
Display |
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
Inherited from Client |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Replicates the behavior of the default keyword in C#.
Inherited from Client |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Invoke |
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
Inherited from Client |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Open() |
Causes the Client |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
IDisposable. |
Explicit implementation of the Dispose() method.
Inherited from Client |
ICommunication |
Begins an asynchronous operation to close the Client |
ICommunication |
Begins an asynchronous operation to close the Client |
ICommunication |
Begins an asynchronous operation to open the Client |
ICommunication |
Begins an asynchronous operation to open the Client |
ICommunication |
Causes the Client |
ICommunication |
Completes an asynchronous operation to close the Client |
ICommunication |
Completes an asynchronous operation to open the Client |
ICommunication |
Causes the Client |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
ICommunication |
The event handler that is invoked when the Client |
ICommunication |
The event handler that is invoked when the Client |
ICommunication |
The event handler that is invoked when a fault occurs while performing an operation on the Client |
ICommunication |
The event handler that is invoked when the Client |
ICommunication |
The event handler that is invoked when the Client |
See Also