QuickOPC User's Guide and Reference
Slow Property (DAItemPointSubscribeParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointSubscribeParameters Class : Slow Property
Slow item point subscribe parameters.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property Slow As DAItemPointSubscribeParameters
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static DAItemPointSubscribeParameters Slow {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static property DAItemPointSubscribeParameters^ Slow {
   DAItemPointSubscribeParameters^ get();
}
Remarks
The requested update rate is 5 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