Esempio n. 1
0
 /// <summary>
 /// Start the event listener. It is important to call this function or the client will not listen to any events
 /// </summary>
 /// <param name="eventClient"></param>
 public static EventClient Start(this EventClient eventClient)
 {
     eventClient.Start();
     return(eventClient);
 }