ContextFactoryProperties Class

Solclient

ContextFactoryProperties Class
version: 7.2.1.27
Defines Context Factory properties.
Inheritance Hierarchy
SystemObject  SolaceSystems.Solclient.MessagingBaseProperties
    SolaceSystems.Solclient.MessagingContextFactoryProperties

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[SerializableAttribute]
public class ContextFactoryProperties : BaseProperties
<SerializableAttribute>
Public Class ContextFactoryProperties
	Inherits BaseProperties
[SerializableAttribute]
public ref class ContextFactoryProperties : public BaseProperties

The ContextFactoryProperties type exposes the following members.

Constructors
  NameDescription
Public methodContextFactoryProperties
Class constructor.
Top
Methods
  NameDescription
Public methodClear
Removes all properties.
(Inherited from BaseProperties.)
Public methodClone
This method creates a new object that is a copy of the current instance.
(Overrides BasePropertiesClone.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from BaseProperties.)
Protected methodGetPropertyValue
Gets the property value associated with the given key.
(Inherited from BaseProperties.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogToConsoleError
Logs events to Console's error.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCCSMPProperty
Sets a property to be passed directly to CCSMP. Properties set in this manner will always override properties set using the shortcut properties, regardless of order.
(Inherited from BaseProperties.)
Protected methodSetPropertyValue
Associates a property key with a property value.
(Inherited from BaseProperties.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyCount
Returns the count of properties.
(Inherited from BaseProperties.)
Public propertyDBQuantaSize_0
The size of data buffers in the pool of smallest buffers. The valid range is > 0. Default: 10240 bytes
Public propertyDBQuantaSize_1
The size of data buffers in the second pool of buffers. The valid range is > 0. Default: 32768 bytes
Public propertyDBQuantaSize_2
The size of data buffers in the third pool of buffers. The valid range is > 0. Default: 65536 bytes
Public propertyDBQuantaSize_3
The size of data buffers in the fourth pool of buffers. The valid range is > 0. Default: 262144 bytes
Public propertyDBQuantaSize_4
The size of data buffers in the fifth pool of buffers. The valid range is > 0. Default: 1048576 bytes
Public propertyLogDelegate
Log info delegate.
Public propertyMaxPoolMemory
The maximum amount of memory the API can save in its data and message pools. Once it reaches this size, datablocks are released back to heap and are not kept in a API pool. Default: 1073741824 bytes
Public propertySolClientLogLevel
An unmanaged SolClient API logging error level.
Top
See Also