DANSrvAE Reference
SetItemValue Delegate
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace : SetItemValue Delegate

AppItemHandle
newValue
quality
timestamp

Glossary Item Box

Generic server callback to change an item value.

Syntax

Visual Basic (Declaration) 
Public Delegate Function SetItemValue( _
   ByVal AppItemHandle As Integer, _
   ByVal newValue As Object, _
   ByVal quality As Short, _
   ByVal timestamp As Date _
) As Integer
C# 
public delegate int SetItemValue( 
   int AppItemHandle,
   object newValue,
   short quality,
   DateTime timestamp
)

Parameters

AppItemHandle
newValue
quality
timestamp

Requirements

Namespace: NSPlugin

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: NSPlugin (in D:\PRODUCTS\OPCDA.NET\Server\Customization\AECombo\bin\DocX\AE\NSPlugin.dll)

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.