Beispiel #1
0
 public IAsyncResult BeginGenerateDeliveryConfirmation(string boxId, string documentId, AsyncCallback asyncCallback)
 {
     return(client.BeginGenerateDeliveryConfirmation(Token, boxId, documentId, asyncCallback, null));
 }