10.28.13

TransactedSessionProperties.OperationTimeoutInMsecs 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.28.1
C#
public int? OperationTimeoutInMsecs { get; set; }

Property Value

Nullable<Int32>

See Also