Service.ProcessTimeout Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Service Class > Service Properties >

Service.ProcessTimeout Property

BR.AN.PviServices .NET


Process timeout in seconds. Default: "PT=0". This timeout can be used to monitor the time between requests and responses. This parameter is only intended for PVICOM applications which carry out particular tasks. Standard application do not need to be monitored and should use the default setting (no timeout monitoring).

[Visual Basic]

Public Property ProcessTimeout() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

public int ProcessTimeout { public get; public set; }

Property Value

ProcessTimeout: 1 - 3600, less or equal to 0 -> No timeout monitoring

See Also

Service Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]