Overload | Description |
---|---|
Create(AEEventsSubscriptionArguments) | Creates a new notification observable for OPC events given by OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEEventsSubscriptionArguments object. |
Create(IEnumerable<AEEventsSubscriptionArguments>) | Creates a new notification observable for multiple OPC events given by OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEEventsSubscriptionArguments objects. |
Create(ServerDescriptor,AESubscriptionParameters,Boolean,Object) | Creates a new notification observable for OPC events given by the server descriptor and subscription parameters objects, and other parameters. |
Create(String,String,Int32) | Creates a new notification observable for OPC events given by the machine name, server class, and other parameters. |
Create(String,String,Int32,AESubscriptionFilter) | Creates a new notification observable for OPC events given by the machine name, server class, and other parameters. |
Create(String,String,Int32,AESubscriptionFilter,AEAttributeSetDictionary,Boolean,Boolean,Object) | Creates a new notification observable for OPC events given by the machine name, server class, and other parameters. |