'Declaration
Property MaximumWaitDelay As Integer
'Usage
Dim instance As _UAPublisherEndpointResolverParameters Dim value As Integer instance.MaximumWaitDelay = value value = instance.MaximumWaitDelay
int MaximumWaitDelay {get; set;}
'Declaration
Property MaximumWaitDelay As Integer
'Usage
Dim instance As _UAPublisherEndpointResolverParameters Dim value As Integer instance.MaximumWaitDelay = value value = instance.MaximumWaitDelay
int MaximumWaitDelay {get; set;}
OpcLabs.BaseLib.Algorithms.PeriodicResolverParameters.MaximumWaitDelay is kind of maximum allowed age of the resolution result. If a retrial has been scheduled for an earlier time, its resolution result will be used. Otherwise, a new resolution is scheduled, using the OpcLabs.BaseLib.Algorithms.PeriodicResolverParameters.MaximumWaitDelay counted from the last resolution time.