10.24.0

TransactedSessionPropertiesOperationTimeoutInMsecs Property

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public int? OperationTimeoutInMsecs { get; set; }

Property Value

NullableInt32

See Also