DANSrvAE Reference
LookupMode Enumeration
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace : LookupMode Enumeration

Glossary Item Box

Added in DANSrv V6.0
Determines how the LookupItgemIDs client requests are handled and how property items are created and updated.

Syntax

Visual Basic (Declaration) 
Public Enum LookupMode 
   Inherits System.Enum
C# 
public enum LookupMode : System.Enum 

Members

MemberDescription
Generic LookupItemIDs requests are handled in the generic server. NSPlugin.dll is not involved. The generic server creates a thread that calls every 2 seconds the method GetPropertyValue() to update the value of the property item in the generic server cache.
GenericNoUpdate Behaves as mode "Intern" but doesn't start the property value update thread. Servers with only constant property values can prevent the update thread overhead.
PluginHandled Property items are handled much like regular items. On LookupItemIDs client requests the generic server call the plug-in method LookupItemID(). This method creates the property item by calling the generic server method AddItem(). The plug-in must update the value of this item by calling the SetItemValue() method.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.LookupMode

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.