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

EndListSamples() 공개 메소드

Finishes the asynchronous execution of the ListSamples operation.
public EndListSamples ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListSamplesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSamples.
리턴 Amazon.DeviceFarm.Model.ListSamplesResponse
        public  ListSamplesResponse EndListSamples(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSamplesResponse>(asyncResult);
        }
AmazonDeviceFarmClient