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