Name | Description | |
---|---|---|
PointBinder Constructor | Overloaded. |
The following tables list the members exposed by PointBinder.
Name | Description | |
---|---|---|
PointBinder Constructor | Overloaded. |
Name | Description | |
---|---|---|
BindingExtender | The binding extender to register with. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinder) | |
BindingGroups | A collection of binding groups that define common properties for similar bindings. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
CallbackQueueCapacity | Capacity of the callback queue. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
CallbackQueueIdleTimeToSleep | The idle time before the internal thread executing the queued callbacks is stopped. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
CanRead | True when the point binder can perform Reads. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
CanSubscribe | True when the point binder can perform Subscribes. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
CanWrite | True when the point binder can perform Writes. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
Connectivity | The connectivity to use with this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
DefaultBindingGroup | The binding group used with bindings that have no binding group specified. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
Online | Determines 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) | |
QueueCallbacks | Determines whether the component will deliver all callbacks in a queued manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
QueuedExecution | Determines whether the operations will be executed outside the calling thread, in the order of arrival. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
ReadPointService | The read point service currently used by this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
Site | (Inherited from System.ComponentModel.Component) | |
SubscribePointService | The subscribe point service currently used by this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
SubscriptionCount | The number of currently active subscribed points. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
SynchronizationContext | Contains synchronization context used by the object when performing asynchronous operations (including event notifications). (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
WritePointService | The write point service currently used by this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Bind | Binds a given binding. Binds a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
Clone | Overridden. | |
CreateBinding | Creates a binding of given type. Creates a binding of given type. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinder) | |
Equals | (Inherited from object) | |
GetBindingTypes | Determines the binding types supported by this binding provider. Determines the binding types supported by this binding provider. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetObjectData | (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsBound | Determines whether a given binding is currently bound. Determines whether a given binding is currently bound. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
LinkEventSource | Links or unlinks a given event source with event handler. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
Raise<TEventArgs> | Raises 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) | |
Read | Overloaded. Executes the "Read" operation on all bindings in this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Subscribe | Overloaded. Executes the "Subscribe" operation on all bindings in this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
ToString | Returns a string that represents the current object. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Unbind | Unbinds a given binding. Unbinds a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
ValueEquals | Overloaded. Determines whether the specified PointBinderCore is value equal to the current object. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
Write | Overloaded. Executes the "Write" operation on all bindings in this binder. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
AttachBinding | Attaches a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
CallbackError | Processes an error that has occurred during a callback. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
Construct | Infrastructure. Infrastructure. Infrastructure. Infrastructure. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
CreateBindingGroups | Creates 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) | |
CreateDefaultBindingGroup | Creates 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) | |
DetachBinding | Detaches a given binding. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetBindingsForGroups | Determines the bindings that belong to given binding groups. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnCallbackEnqueuerOverflow | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
OnCallbackEnqueuerOverflowClearing | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
OnOnlineChanged | Called after the BinderBase.Online property has changed value. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
OnOnlineChanging | Called before the BinderBase.Online property changes a value.Called before the BinderBase.Online property changes a value. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
ReadXmlElement | Infrastructure. Infrastructure. Infrastructure. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
SendCallbackError | Processes an error that has occurred during sending of a callback. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
Synchronize | Overloaded. Invokes the specified action in a synchronized manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
WriteXmlElement | Infrastructure. Infrastructure. Infrastructure. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
EventLinkingFailure | Raised when an event linking failure occurs. (Inherited from OpcLabs.BaseLib.LiveBinding.BinderBase) | |
NotSupported | Raised when a service does not support the given point. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) | |
UpdateFailure | Raised whenever a linking target cannot be updated with a new value. (Inherited from OpcLabs.BaseLib.LiveBinding.PointBinderCore) |