OPC Labs EasyOPC-UA Library
UAClientEngineParameters Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAEngineParameters Object : UAClientEngineParameters Interface
Description
Contains parameters that influence the behavior of the client component on the application level.

 

IID (Interface ID): b3ec5b1e-cc28-4617-a2f5-8fc0047a5189

 

For more information, see _UAClientEngineParameters 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 sources 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.

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.

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 _UAClientEngineParameters in .NET Reference.

See Also

EasyUAEngineParameters Object