Click or drag to resize

TransactedSessionProperties Class

version: 10.20.0
Defines the properties for a ITransactedSession
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingBaseProperties
    SolaceSystems.Solclient.MessagingTransactedSessionProperties

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntax
C#
[SerializableAttribute]
public class TransactedSessionProperties : BaseProperties

The TransactedSessionProperties type exposes the following members.

Constructors
  NameDescription
Public methodTransactedSessionProperties
Initializes a new instance of the TransactedSessionProperties class
Top
Properties
  NameDescription
Public propertyCount
Returns the count of properties.
(Inherited from BaseProperties.)
Public propertyCreateMessageDispatcher
When it is enabled, a new message dispatcher is created for the transacted session. Default: false.
Public propertyHasPublisher
When it is enabled, a default publisher flow is opened automatically after the transacted session is successfully created. Default: true.
Public propertyOperationTimeoutInMsecs
The timeout (in milliseconds) to wait for response from the appliance when invoking transacted session operations such as commit or rollback. The minimum configurable value is 1000. Default: 10000.
Top
Methods
  NameDescription
Public methodClear
Removes all properties.
(Inherited from BaseProperties.)
Public methodClone
Creates a new object that is a deep copy of the current instance.
(Inherited from BaseProperties.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties.)
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 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRemoveProperty
internal method to remove property from property map
(Inherited from BaseProperties.)
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.)
Protected methodSetReferencePropertyValue
Associates a property key with a property value. The value will not be marked for serialization.
(Inherited from BaseProperties.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also