Amazon.DeviceFarm.AmazonDeviceFarmClient.EndDeleteRun C# (CSharp) 메소드

EndDeleteRun() 공개 메소드

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