![]() | ContextProperties Class |
Namespace: SolaceSystems.Solclient.Messaging
[SerializableAttribute] public class ContextProperties : BaseProperties
The ContextProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContextProperties |
Class constructor.
|
Name | Description | |
---|---|---|
![]() | Count |
Returns the count of properties.
(Inherited from BaseProperties.) |
![]() | MaxFlows | Obsolete.
The maximum number of flows supported across all sessions in the context.
Default: 100.
This property is obsolete, setting MaxFlows no longer has any effect on the maximum number of flows allowed per context. |
![]() | MaxSessions | Obsolete.
The maximum number of sessions allowed within a context.
Default: 1
This property is obsolete, setting MaxSessions no longer has any effect on the maximum number of sessions allowed per context. |
![]() | TimerResolutionInMsecs |
The internal timer resolution (in milliseconds). Valid range is >= 10. See TimerTask for more details
on the usage of this property.
Default: 50.
|
Name | Description | |
---|---|---|
![]() | Clear |
Removes all properties.
(Inherited from BaseProperties.) |
![]() | Clone |
Creates a new object that is a deep copy of the current instance.
(Inherited from BaseProperties.) |
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromDictionary |
Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
|
![]() ![]() | FromDictionaryWithPrefix |
Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from BaseProperties.) |
![]() | GetPropertyValue |
Gets the property value associated with the given key.
(Inherited from BaseProperties.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveProperty |
internal method to remove property from property map
(Inherited from BaseProperties.) |
![]() | SetCCSMPProperty |
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.) |
![]() | SetPropertyValue |
Associates a property key with a property value.
(Inherited from BaseProperties.) |
![]() | SetReferencePropertyValue |
Associates a property key with a property value.
The value will not be marked for serialization.
(Inherited from BaseProperties.) |
![]() | ToDictionary |
Returns a new IDictionary instance.
|
![]() | ToDictionaryWithPrefix |
Returns a new IDictionary instance
|
![]() | ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |