DANSrv Reference
LookupMode Enumeration
See Also  Send Feedback
NSPluginNet4 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 (Usage)Copy Code
Dim instance As LookupMode
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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2017 Copyright Advosol Inc. All Rights Reserved.