QuickOPC User's Guide and Reference
SharedServiceContainer Property (EasyUAClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : SharedServiceContainer Property
Container for services that are shared by all instances of the component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property SharedServiceContainer As IServiceContainer
'Usage
 
Dim value As IServiceContainer
 
value = EasyUAClient.SharedServiceContainer
[NotNull()]
public static IServiceContainer SharedServiceContainer {get;}
[NotNull()]
public:
static property IServiceContainer^ SharedServiceContainer {
   IServiceContainer^ get();
}
Remarks

Use this property to add additional shared services, before the component has been statically activated.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also