CommunicatorTimeout Field

The count of miliseconds to display error "Timeout expired" counted from sending a request. It must be initialized before every communication. It can be computed using GetDefaultTimeout method. It is applied only if CheckTimeout is set to true.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public int Timeout

Field Value

Int32

See Also