Amazon.DeviceFarm.AmazonDeviceFarmClient.EndDeleteRun C# (CSharp) Method

EndDeleteRun() public method

Finishes the asynchronous execution of the DeleteRun operation.
public EndDeleteRun ( IAsyncResult asyncResult ) : DeleteRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRun.
return DeleteRunResponse
        public  DeleteRunResponse EndDeleteRun(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteRunResponse>(asyncResult);
        }
AmazonDeviceFarmClient