The SharedData type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SharedData |
Initializes an instance of the SharedData class, which can be used to connect to a running instance of the Shared Data Server.
|
Methods
| Name | Description | |
|---|---|---|
| AddFirst |
Adds a value to the start of the specified value list in the Shared Data Server.
| |
| AddLast |
Adds a value to the end of the specified value list in the Shared Data Server.
| |
| Clear |
Clears all keys and values from a running instance of the Shared Data Server.
| |
| Clear(String) |
Clears all values which are associated with the specified key from the Shared Data Server.
| |
| Close | Obsolete.
Closes a connection to the Shared Data Server.
| |
| Connect | Obsolete.
Connects to a running instance of the Shared Data Server.
| |
| Decrement |
Decrements an integer value associated with the specified key in the Shared Data Server.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| First |
Reads the first value from the specified value list in the Shared Data Server.
| |
| Get |
Reads the value associated with the specified key in the Shared Data Server.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInt |
Reads an integer value associated with the specified key in the Shared Data Server.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Increment |
Increments an integer value associated with the specified key in the Shared Data Server.
| |
| Last |
Reads the last value from the specified value list in the Shared Data Server.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveFirst |
Reads and removes the first value from the specified value list in the Shared Data Server.
| |
| RemoveLast |
Reads and removes the last value from a value list in the Shared Data Server.
| |
| Set |
Creates or resets the value associated with the specified key in the Shared Data Server.
| |
| SetInt |
Creates or resets the integer value associated with the specified key in the Shared Data Server.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_MAX_CONNECTIONS |
The default value of MaxConnections |
Properties
| Name | Description | |
|---|---|---|
| MaxConnectionAttempts |
Gets or sets the maximum number of connection attempts to make when connecting to a Shared Data Server.
| |
| MaxConnections |
Gets or sets the maximum number of connections that will be opened from each engine process to each Shared Data Server.
|
See Also