QuickOPC User's Guide and Reference
SessionParameters Property (UASmartClientIsolator)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UASmartClientIsolator Class : SessionParameters Property
Contains parameters that influence the behavior of the component on the session level.
Syntax
'Declaration
 
Public Property SessionParameters As UASmartSessionParameters
'Usage
 
Dim instance As UASmartClientIsolator
Dim value As UASmartSessionParameters
 
instance.SessionParameters = value
 
value = instance.SessionParameters
public UASmartSessionParameters SessionParameters {get; set;}
public:
property UASmartSessionParameters^ SessionParameters {
   UASmartSessionParameters^ get();
   void set (    UASmartSessionParameters^ value);
}
Remarks

In order to obtain or modify this parameter, in the default state (when OpcLabs.EasyOpc.UA.EasyUAClient.Isolated equals to false), access static OpcLabs.EasyOpc.UA.EasyUAClient.AdaptableParameters. If you have set OpcLabs.EasyOpc.UA.EasyUAClient.Isolated to true, you need to access OpcLabs.EasyOpc.UA.EasyUAClient.IsolatedParameters.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UASmartClientIsolator Class
UASmartClientIsolator Members