Amazon.Batch.AmazonBatchClient.EndDeleteJobQueue C# (CSharp) Method

EndDeleteJobQueue() public method

Finishes the asynchronous execution of the DeleteJobQueue operation.
public EndDeleteJobQueue ( IAsyncResult asyncResult ) : DeleteJobQueueResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteJobQueue.
return DeleteJobQueueResponse
        public  DeleteJobQueueResponse EndDeleteJobQueue(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteJobQueueResponse>(asyncResult);
        }