Name | Description | |
---|---|---|
EasyAEClientCore Constructor | Overloaded. |
The following tables list the members exposed by EasyAEClientCore.
Name | Description | |
---|---|---|
EasyAEClientCore Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultIsolated | Default value of the Isolated property. Equals to false . |
Name | Description | |
---|---|---|
AdaptableParameters | Adaptable parameters for non-isolated client objects. | |
AliasProvider | The alias provider to be used for resolving aliases by this component. | |
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) | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
InstanceParameters | Contains parameters that influence the behavior of just this instance of the component. | |
Isolated | Specifies that you wish that the EasyAEClientCore object instance works with an "isolated" connection to the OPC server, i.e. one that is not shared with other instances. | |
IsolatedParameters | Contains parameters that influence the behavior of the component when it is isolated. | |
LicenseInfo | Provides dictionary of license data fields and their values. | |
PullNotificationQueueCapacity | Capacity of the event pull queue for notifications. | |
QueueCallbacks | Determines whether the component will deliver all callbacks in a queued manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
SharedParameters | Parameters that are always shared by all instances of the component. | |
SharedServiceContainer | Container for services that are shared by all instances of the component. | |
SharedServiceProvider | Provides services that are shared by all instances of the component. | |
Site | (Inherited from System.ComponentModel.Component) | |
SupportedTechnologies | Gets the OPC technologies supported. | |
SynchronizationContext | Contains synchronization context used by the object when performing asynchronous operations (including event notifications). (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) |
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 | |
---|---|---|
AcknowledgeCondition | Overloaded. Acknowledges a condition in the Event Server. Uses server descriptor for specifying the OPC server. Use default acknowledger ID and an empty comment. | |
BrowseNodes | Browses the specified area (or root) in OPC server's process area space, and returns information about child nodes (areas or sources) found. Uses server descriptor for specifying the OPC server. A parent area descriptor is passed in. No vendor-specific filtering. | |
BrowseServers | Browses the specified computer and returns information about OPC (Alarms and Events) servers found. | |
ChangeEventSubscription | Changes parameters of a particular event subscription. Changes parameters of an event subscription. Specify new notification rate, subscription filter object, and an "active" flag. | |
Clone | Overridden. | |
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. Overridden. Clean up any resources being used. | |
Equals | (Inherited from object) | |
GetConditionState | Returns the current state information for the condition instance corresponding to the source and condition name, passing in a server descriptor. Also allows to retrieve specified event attributes. | |
GetEventsSubscriptionArguments | Obtains parameters of specified events subscription. | |
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 | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | Overridden. | |
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) | |
IsKnownEventsSubscriptionHandle | Determines whether the given event subscription handle is known to this client. | |
PullMultipleNotifications | Attempts to pull multiple OPC events subscribed to by the IEasyAEClient.SubscribeEvents method. Returns refresh or standard event notifications. | |
QueryEventCategories | Finds out events categories supported by the server. The QueryEventCategories method gives clients a means of finding out the specific categories of events supported by a given server. This method would typically be invoked prior to specifying an event filter. Servers are able to define their own custom event categories, but a list of recommended categories is provided in the OPC specification. Server descriptor is used for specifying the OPC server. Queries event categories for given event types. | |
QuerySourceConditions | Finds out event conditions associated with the specified source name. Uses server descriptor for specifying the OPC server. | |
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) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
RefreshEventSubscription | Force a refresh for all active conditions and inactive, unacknowledged conditions whose event notifications match the filter of the event subscription. Clients often need to get the current condition information from the server, particularly at client startup, for things such as a current alarm summary. The OPC Event Server supports this requirement by resending the most recent event notifications which satisfy the filter in the event subscription and which are related to active and/or unacknowledged conditions. The client can then derive the current condition status from the "refreshed" event notifications. | |
Reset | Sets the object properties back to their defaults. | |
SubscribeEvents | Subscribe to particular OPC events. The IEasyAEClient.Notification is generated for each event. Subscribe to particular OPC events, using an object that holds all necessary arguments. | |
ToString | Overridden. Returns a string that represents the current object. | |
UnsubscribeAllEvents | Unsubscribe from changes of all OPC events. | |
UnsubscribeEvents | Unsubscribe from particular OPC event notifications. | |
ValueEquals | Overloaded. Determines whether the specified EasyAEClientCore is value equal to the current object. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
CallbackError | Overridden. Processes an error that has occurred during a callback. Processes an error that has occurred during a callback. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnCallbackEnqueuerOverflow | Overridden. Infrastructure. Infrastructure. | |
OnCallbackEnqueuerOverflowClearing | Overridden. Infrastructure. Infrastructure. | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
SendCallbackError | Overridden. Processes an error that has occurred during sending of a callback. Processes an error that has occurred during a callback. | |
Synchronize | Overloaded. Invokes the specified action in a synchronized manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Name | Description | |
---|---|---|
AcknowledgeCondition | Overloaded. The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. The client is required to pass the activeTime and cookie received in the event notification to the AcknowledgeCondition method without modification. .NET | |
AcknowledgeMultipleConditions | Acknowledges multiple conditions in the Event Server. | |
BrowseAreas | Overloaded. .NET
| |
BrowseNodes | Overloaded. | |
BrowseOne | Browses the nodes in OPC A&E server's address space. Starts from the specified node, and returns information about child nodes found. Browses the nodes in server's address space, given a browse arguments object. | |
BrowseServers | Overloaded. .NET | |
BrowseSources | Overloaded. .NET
| |
BrowseTree | Overloaded. Allows to traverse through OPC A&E address space nodes under the specified node, using given browse arguments. | |
ChangeEventSubscription | Overloaded. .NET | |
FindEventCategory | Attempts to find a specified event category in the OPC server, and returns information about it when found. | |
FindEventCondition | Attempts to find a specified event condition in the OPC server and for given event category, and returns information about it when found. | |
GetConditionState | Overloaded. The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. Some servers may not maintain sufficient condition state information to fully implement this method. .NET | |
PullNotification | Attempts to pull an OPC event subscribed to by the IEasyAEClient.SubscribeEvents method. Returns refresh or standard event notifications. | |
QueryCategoryAttributes | Overloaded. Finds out event attributes that the server can provide as part of an event notification within a given event category. Uses server descriptor for specifying the OPC server. | |
QueryCategoryConditions | Overloaded. Finds out event conditions supported by given event category. Uses server descriptor for specifying the OPC server. | |
QueryEventCategories | Overloaded. .NET
| |
QuerySourceConditions | Finds out event conditions associated with the specified source name. Computer name and server class are used for specifying the OPC server. | |
SubscribeEvents | Overloaded. .NET
| |
SubscribeMultipleEvents | Overloaded. | |
SupportsTechnology | Determines whether the client object supports a given OPC technology or technologies (such as OPC COM or OPC XML). | |
UnsubscribeMultipleEvents | Unsubscribe from changes of multiple OPC events. Unsubscribe from changes of multiple OPC events, specifying array of integer handles. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
EventingFailure | Raised when a failure in the eventing infrastructure occurs. | |
LogEntry | Raised for loggable entries originating in the OPC-A&E client engine and the EasyAEClient component. | |
Notification | Raised for every OPC event subscribed to by the SubscribeEvents method. This method can be called whether this is a refresh or standard event notification. |