[This is preliminary documentation and is subject to change.]
The ServerNode type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| ServerNode | Initializes a new instance of the ServerNode class |
Methods
| Name | Description | |
|---|---|---|
| __setComponentDirector | (Inherited from ApplicationComponent.) | |
| AcquireConnection | ||
| CloseAllConnections |
Closes all connections. Waits untill all closed if wait==true, otherwise tries to close what it can
| |
| closeExistingConnection | ||
| Destructor | (Overrides ApplicationComponent Destructor .) | |
| Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) | |
| EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Finalize | (Inherited from DisposableObject.) | |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| ManagerVisit |
Periodically invoked by the client to do management work, like close expired connections
| |
Creates a shallow copy of the current (Inherited from | ||
| RegisterCursor | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
Properties
| Name | Description | |
|---|---|---|
| Client |
References client that this node is under
| |
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from ApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from ApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from ApplicationComponent.) | |
| ComponentStartTime |
Returns local computer time of component start (not from application container time)
(Inherited from ApplicationComponent.) | |
| Databases |
Returns mounted databases
| |
| Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) | |
| DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) | |
| IdleConnectionTimeoutSec | ||
| Item |
Returns an existing database or creates a new one
| |
| MaxConnections |
When greater than zero, imposes a limit on the open connection count
| |
| MaxExistingAcquisitionTimeoutMs |
Imposes a timeout for system trying to get an existing connection instance per remote address.
| |
| Name | ||
| NextRequestID |
Generates request ID unique per server node
| |
| Node | ||
| SocketReceiveBufferSize | ||
| SocketReceiveTimeout | ||
| SocketSendBufferSize | ||
| SocketSendTimeout | ||
| WriteConcern |
See Also