Opc.Ua.Client.MonitoredItemNotificationEventArgs.MonitoredItemNotificationEventArgs C# (CSharp) Method

MonitoredItemNotificationEventArgs() private method

Creates a new instance.
private MonitoredItemNotificationEventArgs ( IEncodeable notificationValue ) : System
notificationValue IEncodeable
return System
        internal MonitoredItemNotificationEventArgs(IEncodeable notificationValue)
        {
            m_notificationValue = notificationValue;
        }
        #endregion
MonitoredItemNotificationEventArgs