QuickOPC User's Guide and Reference
PointBinder Class Members
Properties  Methods  Events


OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.LiveBinding Namespace : PointBinder Class

The following tables list the members exposed by PointBinder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyThe binding extender to register with. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinder)
Public PropertyA collection of binding groups that define common properties for similar bindings. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyCapacity of the callback queue. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Public PropertyThe idle time before the internal thread executing the queued callbacks is stopped. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Public PropertyTrue when the point binder can perform Reads. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyTrue when the point binder can perform Subscribes. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyTrue when the point binder can perform Writes. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyThe connectivity to use with this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyCan be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public PropertyThe binding group used with bindings that have no binding group specified. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyDetermines whether the binding provider is online, i.e. capable of communicating with the targets. Determines whether the binding provider is online, i.e. capable of communicating with the targets. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Public PropertyDetermines whether the component will deliver all callbacks in a queued manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Public PropertyDetermines whether the operations will be executed outside the calling thread, in the order of arrival. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyThe read point service currently used by this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyThe subscribe point service currently used by this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyThe number of currently active subscribed points. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public PropertyContains synchronization context used by the object when performing asynchronous operations (including event notifications). (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Public PropertyThe write point service currently used by this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected PropertyThe service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Top
Public Methods
 NameDescription
Public MethodBinds a given binding. Binds a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public MethodOverridden.   
Public MethodCreates a binding of given type. Creates a binding of given type. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Clean up any resources being used. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinder)
Public Method (Inherited from object)
Public MethodDetermines the binding types supported by this binding provider. Determines the binding types supported by this binding provider. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Method (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodDetermines whether a given binding is currently bound. Determines whether a given binding is currently bound. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Public MethodLinks or unlinks a given event source with event handler. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Public MethodRaises a callback or event using a given handler and passing it specified event arguments, optionally specifying whether to enqueue the call. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Public MethodOverloaded. Executes the "Read" operation on all bindings in this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodOverloaded. Executes the "Subscribe" operation on all bindings in this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public MethodReturns a string that represents the current object. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodUnbinds a given binding. Unbinds a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Public MethodOverloaded. Determines whether the specified PointBinderCore is value equal to the current object. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public MethodOverloaded. Executes the "Write" operation on all bindings in this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Top
Protected Methods
 NameDescription
Protected MethodAttaches a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Protected MethodProcesses an error that has occurred during a callback. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Protected MethodInfrastructure. Infrastructure. Infrastructure. Infrastructure. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Protected MethodCreates the (initial) binding groups for use with this binder. Creates the (initial) binding groups for use with this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Protected MethodCreates a default binding group for use with this binder. Creates a default binding group for use with this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Protected MethodDetaches a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodDetermines the bindings that belong to given binding groups. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected MethodCalled after the BinderBase.Online property has changed value. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Protected MethodCalled before the BinderBase.Online property changes a value.Called before the BinderBase.Online property changes a value. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Protected MethodInfrastructure. Infrastructure. Infrastructure. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Protected MethodProcesses an error that has occurred during sending of a callback. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Protected MethodOverloaded. Invokes the specified action in a synchronized manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget)
Protected MethodInfrastructure. Infrastructure. Infrastructure. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventRaised when an event linking failure occurs. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase)
Public EventRaised when a service does not support the given point. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Public EventRaised whenever a linking target cannot be updated with a new value. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore)
Top
See Also

Reference

PointBinder Class
OpcLabs.BaseLib.LiveBinding Namespace