Example #1
0
 public void CallService()
 {
     Communication.CallService();
     //Subscribe to the event and get notified when the call is complete
     Communication.ServiceCallComplete += OnServiceCalled;
 }