Solclient
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.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<int> OperationTimeoutInMsecs { get; set; }
Public Property OperationTimeoutInMsecs As Nullable(Of Integer) Get Set
public: property Nullable<int> OperationTimeoutInMsecs { Nullable<int> get (); void set (Nullable<int> value); }
Property Value
Type: NullableInt32See Also