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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > EasyAEClientCore 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 = EasyAEClientCore.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.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

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

See Also