예제 #1
0
 public IAsyncResult BeginGenerateAmendmentRequest(string boxId, string documentId, string text, AsyncCallback asyncCallback)
 {
     return(client.BeginGenerateAmendmentRequest(Token, boxId, documentId, text, asyncCallback, null));
 }