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