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