Amazon.DeviceFarm.AmazonDeviceFarmClient.EndStopRun C# (CSharp) Метод

EndStopRun() публичный Метод

Finishes the asynchronous execution of the StopRun operation.
public EndStopRun ( IAsyncResult asyncResult ) : StopRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopRun.
Результат Amazon.DeviceFarm.Model.StopRunResponse
        public  StopRunResponse EndStopRun(IAsyncResult asyncResult)
        {
            return EndInvoke<StopRunResponse>(asyncResult);
        }
AmazonDeviceFarmClient