OPC Labs EasyOPC-UA Library
UASmartEngineParameters Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAEngineParameters Object : UASmartEngineParameters Interface
Description
Contains heuristics such as how often are unused objects cleaned up, or how long are connections to session kept open.

 

IID (Interface ID): 61307aaa-a0b0-400b-a24b-0bc60694b324

 

For more information, see _UASmartEngineParameters in .NET Reference.

Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Sets the object properties back to their defaults.

 

DISPID (Dispatch ID):

 

For more information, see Reset in .NET Reference.

Properties
Determines which server certificates are accepted.

 

DISPID (Dispatch ID):

 

For more information, see CertificateAcceptancePolicy in .NET Reference.

Determines the source of the UA configuration.

 

DISPID (Dispatch ID):

 

For more information, see ConfigurationSources in .NET Reference.

If 'Positive', the behavior is always as if the debugger was attached. If 'Negative', the behavior is always as if the debugger was not attached.

 

DISPID (Dispatch ID):

 

For more information, see DebuggerDetectionOverride in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

How often the component cleans up unused objects such as sessions and subscriptions. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see GarbageCollectionPeriod in .NET Reference.

The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the discovery.

 

DISPID (Dispatch ID):

 

For more information, see GdsEndpointDescriptor in .NET Reference.

Determines which HTTPS server certificates are accepted.

 

DISPID (Dispatch ID):

 

For more information, see HttpsCertificateAcceptancePolicy in .NET Reference.

Maximum number of sessions that can be kept in the dormant state.

 

DISPID (Dispatch ID):

 

For more information, see MaximumDormantSessions in .NET Reference.

How often the component checks and processes the list of objects that may need reconnection. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see ReconnectionPeriod in .NET Reference.

A delay before the component will try to re-initialize itself if a serious failure occurs during startup (in milliseconds).

 

DISPID (Dispatch ID):

 

For more information, see RetrialDelay in .NET Reference.

A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.

 

DISPID (Dispatch ID):

 

For more information, see StandardName in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Determines whether the certificates used for HTTPS communication will be validated by the component, or using the system default rules.

 

DISPID (Dispatch ID):

 

For more information, see UseCustomHttpsCertificateValidation in .NET Reference.

Contains parameters that influence the interaction of the component with the user.

 

DISPID (Dispatch ID):

 

For more information, see UserInteractionParameters in .NET Reference.

Remarks

For remarks, see _UASmartEngineParameters in .NET Reference.

See Also

EasyUAEngineParameters Object