QuickOPC User's Guide and Reference
DAClientOperationContext Class Members
Properties  Methods 


OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAClientOperationContext Class

The following tables list the members exposed by DAClientOperationContext.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the operation context for a given client mapper.  
Top
Public Properties
 NameDescription
Public PropertyThe client mapper to which this operation context belongs.  
Public PropertyA dictionary of OPC-DA property mappings registered to the Get operation.  
Public PropertyA dictionary of OPC-DA item mappings registered to the Read operation.  
Public PropertyA dictionary of OPC-DA item mappings registered to the Subscribe operation.  
Public PropertyA dictionary of OPC-DA item mappings registered to the Unsubscribe operation.  
Public PropertyA dictionary of OPC-DA item mappings registered to the Write operation.  
Top
Public Methods
 NameDescription
Public Method (Inherited from object)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodRegisters a given OPC-DA property mapping to a Get operation.  
Public MethodRegisters a given OPC-DA item mapping to a Read operation.  
Public MethodRegisters a given OPC-DA item mapping to a Subscribe operation.  
Public MethodRegisters a given OPC-DA item mapping to a Unsubscribe operation.  
Public MethodRegisters a given OPC-DA item mapping to a Write operation.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also

Reference

DAClientOperationContext Class
OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace