'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.
Return Value
Returns an observable for notifications about given OPC events.