'Declaration
Property LifetimeCount As Integer
'Usage
Dim instance As _UAClientSubscriptionParameters Dim value As Integer instance.LifetimeCount = value value = instance.LifetimeCount
int LifetimeCount {get; set;}
'Declaration
Property LifetimeCount As Integer
'Usage
Dim instance As _UAClientSubscriptionParameters Dim value As Integer instance.LifetimeCount = value value = instance.LifetimeCount
int LifetimeCount {get; set;}
Lifetime: Server monitors the Client, whether it sends the Publish.
In order to obtain or modify this parameter, in the default state (when OpcLabs.EasyOpc.UA.EasyUAClientCore.Isolated equals to false
), access OpcLabs.EasyOpc.UA.Engine.UAClientAdaptableParameters.SubscriptionParameters property of static OpcLabs.EasyOpc.UA.EasyUAClientCore.AdaptableParameters. If you have set OpcLabs.EasyOpc.UA.EasyUAClientCore.Isolated to true
, you need to access OpcLabs.EasyOpc.UA.Engine.UAClientAdaptableParameters.SubscriptionParameters property of OpcLabs.EasyOpc.UA.EasyUAClientCore.IsolatedParameters.