SharedData MembersC# API

The SharedData type exposes the following members.
Constructors

  NameDescription
Public methodSharedData
Initializes an instance of the SharedData class, which can be used to connect to a running instance of the Shared Data Server.
Back to Top
Methods

  NameDescription
Public methodAddFirst
Adds a value to the start of the specified value list in the Shared Data Server.
Public methodAddLast
Adds a value to the end of the specified value list in the Shared Data Server.
Public methodClear 
Clears all keys and values from a running instance of the Shared Data Server.
Public methodClear(String)
Clears all values which are associated with the specified key from the Shared Data Server.
Public methodCloseObsolete.
Closes a connection to the Shared Data Server.
Public methodConnectObsolete.
Connects to a running instance of the Shared Data Server.
Public methodDecrement
Decrements an integer value associated with the specified key in the Shared Data Server.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFirst
Reads the first value from the specified value list in the Shared Data Server.
Public methodGet
Reads the value associated with the specified key in the Shared Data Server.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt
Reads an integer value associated with the specified key in the Shared Data Server.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement
Increments an integer value associated with the specified key in the Shared Data Server.
Public methodLast
Reads the last value from the specified value list in the Shared Data Server.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveFirst
Reads and removes the first value from the specified value list in the Shared Data Server.
Public methodRemoveLast
Reads and removes the last value from a value list in the Shared Data Server.
Public methodSet
Creates or resets the value associated with the specified key in the Shared Data Server.
Public methodSetInt
Creates or resets the integer value associated with the specified key in the Shared Data Server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberDEFAULT_MAX_CONNECTIONS
The default value of MaxConnections
Back to Top
Properties

  NameDescription
Public propertyMaxConnectionAttempts
Gets or sets the maximum number of connection attempts to make when connecting to a Shared Data Server.
Public propertyStatic memberMaxConnections
Gets or sets the maximum number of connections that will be opened from each engine process to each Shared Data Server.
Back to Top
See Also