QuickOPC User's Guide and Reference
Cookie Property (AEAcknowledgeConditionArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : Cookie Property
A server supplied "cookie" corresponding to the Source and Condition Name pair that in addition to the Active Time uniquely identifies a specific event notification. Cookies are passed to the client in the event notification. The client is responsible for returning the same cookie parameter, received in the event notification, back to the server in the condition acknowledgment.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property Cookie As Long
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As Long
 
instance.Cookie = value
 
value = instance.Cookie
[DefaultValue(0)]
public long Cookie {get; set;}
[DefaultValue(0)]
public:
property int64 Cookie {
   int64 get();
   void set (    int64 value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEAcknowledgeConditionArguments Class
AEAcknowledgeConditionArguments Members