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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UASmartClientIsolator Interface : SessionParameters Property
Contains parameters that influence the behavior of the component on the session level.
Syntax
'Declaration
 
<NotNullAttribute()>
Property SessionParameters As UASmartSessionParameters
'Usage
 
Dim instance As _UASmartClientIsolator
Dim value As UASmartSessionParameters
 
instance.SessionParameters = value
 
value = instance.SessionParameters
[NotNull()]
UASmartSessionParameters SessionParameters {get; set;}
[NotNull()]
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 Interface
_UASmartClientIsolator Members