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

EndGenerateDeliveryConfirmation() public method

public EndGenerateDeliveryConfirmation ( IAsyncResult asyncResult ) : NamedContent
asyncResult IAsyncResult
return NamedContent
        public NamedContent EndGenerateDeliveryConfirmation(IAsyncResult asyncResult)
        {
            return EndInvoke(client.EndGenerateDeliveryConfirmation, asyncResult);
        }
Client