private static void IotClient_MqttMsgSubscribed()

in Dotnetcoresamples/Iotdotnetcoreconsumer/Program.cs [49:52]


        private static void IotClient_MqttMsgSubscribed(object sender, MqttMsgSubscribedEventArgs e)
        {
            Console.WriteLine($"Successfully subscribed to the AWS IoT topic.");
        }