Opc.Ua.Client.MonitoredItemNotificationEventArgs.MonitoredItemNotificationEventArgs C# (CSharp) Метод

MonitoredItemNotificationEventArgs() приватный Метод

Creates a new instance.
private MonitoredItemNotificationEventArgs ( IEncodeable notificationValue ) : System
notificationValue IEncodeable
Результат System
        internal MonitoredItemNotificationEventArgs(IEncodeable notificationValue)
        {
            m_notificationValue = notificationValue;
        }
        #endregion
MonitoredItemNotificationEventArgs