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

EndScheduleRun() 공개 메소드

Finishes the asynchronous execution of the ScheduleRun operation.
public EndScheduleRun ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ScheduleRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScheduleRun.
리턴 Amazon.DeviceFarm.Model.ScheduleRunResponse
        public  ScheduleRunResponse EndScheduleRun(IAsyncResult asyncResult)
        {
            return EndInvoke<ScheduleRunResponse>(asyncResult);
        }
AmazonDeviceFarmClient