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

BeginGenerateTitleBuyer() public method

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