'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create( _ ByVal arguments As IEnumerable(Of AEEventsSubscriptionArguments) _ ) As AENotificationObservable
'Usage
Dim arguments As IEnumerable(Of AEEventsSubscriptionArguments) Dim value As AENotificationObservable value = AENotificationObservable.Create(arguments)
[NotNull()] public static AENotificationObservable Create( IEnumerable<AEEventsSubscriptionArguments> arguments )
[NotNull()] public: static AENotificationObservable^ Create( IEnumerable<AEEventsSubscriptionArguments^>^ arguments )
Parameters
- arguments
- Contains the "enumerable" of OPC events to be observed.
Return Value
Returns an observable for notifications about given OPC events.