OPC Labs EasyOPC-UA Library
UASmartSessionParameters Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UASmartSessionParameters Object
Description
Contains parameters that influence the behavior of the component on the smart session level.

 

ProgId: OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters
CLSID (Class ID): c1b2536e-266b-49f2-81f4-7fb0613bad2e
Default interface: OpcLabs.EasyOpc.UA.Engine.ComTypes._UASmartSessionParameters
Event source interface:

 

For more information, see UASmartSessionParameters and OpcLabs.EasyOpc.UA.Engine.ComTypes._UASmartSessionParameters in .NET Reference.

Object Model

UASmartSessionParameters ObjectUAEndpointDescriptionChecks ObjectUAEndpointSelectionPolicy ObjectUserIdentity ObjectAnonymousTokenInfo ObjectUserIdentity ObjectKerberosTokenInfo ObjectUserIdentity ObjectTokenInfoCollection CollectionUserNameTokenInfo ObjectX509CertificateTokenInfo Object

Remarks

For remarks, see UASmartSessionParameters and OpcLabs.EasyOpc.UA.Engine.ComTypes._UASmartSessionParameters in .NET Reference.

Object creation

_UASmartSessionParametersPtr UASmartSessionParametersPtr(__uuidof(UASmartSessionParameters));
UASmartSessionParameters := CoUASmartSessionParameters.Create;
var UASmartSessionParameters = new ActiveXObject("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters");
UASmartSessionParameters := CoUASmartSessionParameters.Create;
$UASmartSessionParameters = Win32::OLE->new("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters");
$UASmartSessionParameters = new COM("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters");
OLEObject UASmartSessionParameters
UASmartSessionParameters = CREATE OLEObject
UASmartSessionParameters.ConnectToNewObject("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters")
UASmartSessionParameters = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters')
Dim UASmartSessionParameters As New OleObject ("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters")
Dim UASmartSessionParameters As New UASmartSessionParameters
UASmartSessionParameters = CREATEOBJECT("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters")
Dim UASmartSessionParameters As New UASmartSessionParameters
Dim UASmartSessionParameters: Set UASmartSessionParameters = CreateObject("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters")
UASmartSessionParameters := CreateObject("OpcLabs.EasyOpc.UA.Engine.UASmartSessionParameters")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Base class for parameter objects, providing functionality such as standard names.

 

IID (Interface ID): 6d244bf5-d5df-409a-85a2-7bc8c14ef351

 

For more information, see _Parameters in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Contains parameters that influence the behavior of the component on the session level.

 

IID (Interface ID): a09524ba-9de2-4447-99fc-01c4985f7c4d

 

For more information, see _UAClientSessionParameters in .NET Reference.

Contains parameters that influence the behavior of the component on the enhanced session level.

 

IID (Interface ID): 2eaa2db0-9563-4509-8e3b-42dd933a6b59

 

For more information, see _UAEnhancedSessionParameters in .NET Reference.

Example

For examples, see UASmartSessionParameters in .NET Reference.

See Also

UASmartSessionParameters Members