Ejemplo n.º 1
0
 private void Initialize(bool success)
 {
     if (success)
     {
         BatchCallEventListener batch = new BatchCallEventListener(client, onCallEvent);
         client.batch(new BatchDelegate(batch.Run));
     }
 }