Click or drag to resize

TransactedSessionPropertiesOperationTimeoutInMsecs Property

version: 10.22.0
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.

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

Property Value

Type: NullableInt32
See Also