Midway.ServiceClient.Client.BeginGenerateAmendmentRequest C# (CSharp) Method

BeginGenerateAmendmentRequest() public method

public BeginGenerateAmendmentRequest ( string boxId, string documentId, string text, AsyncCallback asyncCallback ) : IAsyncResult
boxId string
documentId string
text string
asyncCallback AsyncCallback
return IAsyncResult
        public IAsyncResult BeginGenerateAmendmentRequest(string boxId, string documentId, string text, AsyncCallback asyncCallback)
        {
            return client.BeginGenerateAmendmentRequest(Token, boxId, documentId, text, asyncCallback, null);
        }
Client