'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create( _ ByVal args As AEEventsSubscriptionArguments _ ) As AENotificationObservable
'Usage
Dim args As AEEventsSubscriptionArguments Dim value As AENotificationObservable value = AENotificationObservable.Create(args)
[NotNull()] public static AENotificationObservable Create( AEEventsSubscriptionArguments args )
[NotNull()] public: static AENotificationObservable^ Create( AEEventsSubscriptionArguments^ args )
Parameters
- args
- Contains the OPC events to be observed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns an observable for notifications about given OPC events.
This method never returns null
(Nothing
in Visual Basic).