XDASrv Reference Manual
Cookie Field
See Also  Send Feedback
NSPlugin Namespace > EventData Class : Cookie Field




Only for Condition events. Server defined cookie associated with the event notification. This value is used by the client when acknowledging the condition (see AckCondition method). This value is opaque to the client.

Syntax

Visual Basic (Declaration) 
Public Cookie As Integer
Visual Basic (Usage)Copy Code
Dim instance As EventData
Dim value As Integer
 
value = instance.Cookie
 
instance.Cookie = value
C# 
public int Cookie
Managed Extensions for C++ 
public: int Cookie
C++/CLI 
public:
int Cookie

Requirements

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

See Also

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