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

EndListArtifacts() 공개 메소드

Finishes the asynchronous execution of the ListArtifacts operation.
public EndListArtifacts ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListArtifactsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListArtifacts.
리턴 Amazon.DeviceFarm.Model.ListArtifactsResponse
        public  ListArtifactsResponse EndListArtifacts(IAsyncResult asyncResult)
        {
            return EndInvoke<ListArtifactsResponse>(asyncResult);
        }
AmazonDeviceFarmClient