This method reads an event notification. This call blocks until a notification is received or until the given wait period
expires. To wait indefinitely, pass System.Threading.Timeout.Infinite for the wait_ms parameter. To cancel a wait, send another
notification to the given queue or use the CancelGetNotification method. After reading a notification, use the ReadNotificationParameter
method to retrieve additional parameters.