The following tables list the members exposed by EasyAEEngineParameters.
Public Constructors
Public Fields
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Default | Default engine parameters. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DefaultEventQueueSize | Default event queue size. The maximum size of the queue each client object uses to temporarily hold generated events before they are consumed by the application. Events that do not fit into the queue will be lost. You should set the size to a number that is sufficient to cope with the difference between the rate events are generated and the rate your application is able to consume them. (Inherited from OpcLabs.EasyOpc.Engine.EasyEngineParameters) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | GarbageCollectionPeriod | Garbage collection period. Number of milliseconds. Specifies how often the engine reviews the connected OPC servers and items and disconnects from those that are no longer needed. (Inherited from OpcLabs.EasyOpc.Engine.EasyEngineParameters) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MaxClientAge | Maximum client age. Number of milliseconds. When the engine recognizes that there is a connection to some OPC server that is unused for this period of time or longer, it will disconnect from it. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | StandardName | A symbolic name of the current parameter combination if it has a standard name. Empty otherwise. (Inherited from OpcLabs.BaseLib.Parameters) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | WorkerSleepDelay | Worker sleep delay. Number of milliseconds. Specifies how often the engine checks the need to perform tasks such garbage collection, rate adjustment, and final cleanup. (Inherited from OpcLabs.EasyOpc.Engine.EasyEngineParameters) |
Top
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Events
Public Operators
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also