'Declaration
<NotNullAttribute()> Protected Function ObtainClient() As IEasyAEClient
'Usage
Dim instance As AEReactive Dim value As IEasyAEClient value = instance.ObtainClient()
[NotNull()] protected IEasyAEClient ObtainClient()
[NotNull()] protected: IEasyAEClient^ ObtainClient();
Return Value
Returns the OpcLabs.EasyOpc.AlarmsAndEvents.EasyAEClientCore according to the current client selector.
This method never returns null
(Nothing
in Visual Basic).