IClientConfiguration Interface

Summary

Configuration interface for db4o networking clients.
Assembly
Db4objects.Db4o.CS-2010.dll
Namespace
Db4objects.Db4o.CS.Config
Interfaces
Implementing Types
graph BT Type-.->Interface0["INetworkingConfigurationProvider"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Config/INetworkingConfigurationProvider" Type-.->Interface1["ICommonConfigurationProvider"] Type["IClientConfiguration"] class Type type-node Implementing0["ClientConfigurationImpl"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/ClientConfigurationImpl"

Syntax

public interface IClientConfiguration : INetworkingConfigurationProvider, 
    ICommonConfigurationProvider

Remarks

Configuration interface for db4o networking clients.

Properties

Name Value Summary
MessageSender IMessageSender
returns the MessageSender for this Configuration context.
PrefetchDepth int
Sets the depth to which prefetched objects will be activated.
PrefetchIDCount int
Sets the number of IDs to be pre-allocated in the database for new objects created on the client.
PrefetchObjectCount int
Sets the number of objects to be prefetched for an ObjectSet.
PrefetchSlotCacheSize int
Sets the slot cache size to the given value.
TimeoutClientSocket int
configures the time a client waits for a message response from the server.

Methods

Name Value Summary
AddConfigurationItem(IClientConfigurationItem) void
adds ConfigurationItems to be applied when a networking Db4objects.Db4o.CS.Internal.ClientObjectContainer is opened.