<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Service Class > Service Properties > Service.Timeout Property |
Communication timeout for the client/server (application/PVI Manager) communication in seconds. The timeout also defines the time for the life sign monitor. An additional period is needed to detect a disruption in the client/server connection. To determine the total time where a communication disruption would be detected (at the latest), the timeout value specified here has to be doubled. If the timeout is 5, then an interruption in the connection can be detected in as early as 5 seconds and as late as 10 seconds. Connection interrupts are not recognized as such by the PVICOM interface if they occur within the timeout period. Data transfer simply continues once the connection is reestablished. Often used values are 3 - 10 seconds for local communication and 5 - 30 seconds for remote communication.
[Visual Basic]
Public Overridable Property Timeout() As Integer
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual int Timeout { public get; public set; }
Timeout: 1 - 3600, = 0 ... Default value of 30 Sec will be used
Service Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]