Amazon.DeviceFarm.AmazonDeviceFarmClient.EndListArtifacts C# (CSharp) Method

EndListArtifacts() public method

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.
return Amazon.DeviceFarm.Model.ListArtifactsResponse
        public  ListArtifactsResponse EndListArtifacts(IAsyncResult asyncResult)
        {
            return EndInvoke<ListArtifactsResponse>(asyncResult);
        }
AmazonDeviceFarmClient