Ejemplo n.º 1
0
 public void SubscribeAccountInfo(User user, Action <AccountInfoEventArgs> callback, Action <Exception> exception, CancellationToken cancellationToken)
 {
     exchangeApi.SubscribeAccountInfo(user, callback, exception, cancellationToken);
 }