Beispiel #1
0
        private static async void TimerCallback(object state)
        {
            if (_buffer == null || _ioTClient == null)
            {
                return;
            }

            await _ioTClient.SendEventAsync(_buffer);
        }