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