Service.RetryTime Property

<< 点击显示目录 >>

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

Service.RetryTime Property

BR.AN.PviServices .NET


Retry time for PVICOM user messages is seconds. The default setting ("RetryTime=0") should normally be used for this parameter. See the User Message Operations section for more information about this parameter.

[Visual Basic]

Public Property RetryTime() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

public int RetryTime { public get; public set; }

Property Value

RetryTime:1 - 3600, less or equal to 0 ... no retries (default setting).

See Also

Service Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]