Overload | Description |
---|---|
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32) | Subscribe to an event. Specify an endpoint descriptor, node id, and sampling interval. |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,EasyUAEventNotificationEventHandler) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, and a callback method. |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,EasyUAEventNotificationEventHandler,Object) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, callback method, and a state object. |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,Object) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, and a state object. |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UAEventFilter) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, and an event filter (Select and Where clauses). |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UAEventFilter,EasyUAEventNotificationEventHandler,Object) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, event filter (Select and Where clauses), callback method, and a state object. |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UAEventFilter,Boolean,EasyUAEventNotificationEventHandler,Object) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, event filter (Select and Where clauses), auto condition refresh flag, callback method, and a state object. |
SubscribeEvent(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UAEventFilter,Object) | Subscribe to an event. Specify an endpoint descriptor, node id, sampling interval, event filter (Select and Where clauses), and a state object. |