OPC Studio User's Guide and Reference
VerySlow Property (DAItemPointSubscribeParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointSubscribeParameters Class : VerySlow Property
Very slow item point subscribe parameters.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property VerySlow As DAItemPointSubscribeParameters
'Usage
 
Dim value As DAItemPointSubscribeParameters
 
value = DAItemPointSubscribeParameters.VerySlow
[NotNull()]
public new static DAItemPointSubscribeParameters VerySlow {get;}
[NotNull()]
public:
new static property DAItemPointSubscribeParameters^ VerySlow {
   DAItemPointSubscribeParameters^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks
The requested update rate is 20 seconds.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also