Overload | Description |
EasyDAItemSubscriptionArguments Constructor() | Initializes a new instance of the class with default data. |
EasyDAItemSubscriptionArguments Constructor(ServerDescriptor,DAItemDescriptor,DAGroupParameters,EasyDAItemChangedEventHandler,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, OPC group parameters, user-defined state object, and a callback method. |
EasyDAItemSubscriptionArguments Constructor(ServerDescriptor,DAItemDescriptor,DAGroupParameters,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, OPC group parameters, and a user-defined state object. |
EasyDAItemSubscriptionArguments Constructor(String,String,String,VarType,Int32,Single,EasyDAItemChangedEventHandler,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate and percent deadband, user-defined state object, and with a callback method. |
EasyDAItemSubscriptionArguments Constructor(String,String,String,VarType,Int32,Single,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate and percent deadband, and with a user-defined state object. |
EasyDAItemSubscriptionArguments Constructor(String,String,String,VarType,Int32,EasyDAItemChangedEventHandler,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate, user-defined state object, and with a callback method. |
EasyDAItemSubscriptionArguments Constructor(String,String,String,VarType,Int32,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate, and with a user-defined state object. |
EasyDAItemSubscriptionArguments Constructor(String,String,String,Int32,EasyDAItemChangedEventHandler,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId, the OPC group parameters specified by requested update rate, user-defined state object, and with a callback method. |
EasyDAItemSubscriptionArguments Constructor(String,String,String,Int32,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId, the OPC group parameters specified by requested update rate, and with a user-defined state object. |
EasyDAItemSubscriptionArguments Constructor(DAItemGroupArguments) | Initializes a new EasyDAItemSubscriptionArguments object from DAItemGroupArguments, and no callback method. |
EasyDAItemSubscriptionArguments Constructor(DAItemGroupArguments,EasyDAItemChangedEventHandler) | Initializes a new EasyDAItemSubscriptionArguments object from DAItemGroupArguments, and with specified callback method. |
EasyDAItemSubscriptionArguments Constructor(EasyDAItemSubscriptionArguments) | Initializes a new copy of the EasyDAItemSubscriptionArguments object. |
EasyDAItemSubscriptionArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |