public int Timeout {get; set;}
This property gets or sets the length of time before the
session times out during ReadBlk ( ) operations.
The remote procedure call (UniRPC) utility uses the timeout setting.
int is the timeout value in seconds. The default value is 300 seconds (5
minutes).
Note: If you enter
a value that is too small, a running process may time out. If this
occurs, an error code is returned and the connection to the server
is dropped.
If this property fails, it throws a UniSessionException.
This property corresponds to the UniObjects Timeout property.