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

EndGetProject() public method

Finishes the asynchronous execution of the GetProject operation.
public EndGetProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetProjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetProject.
return Amazon.DeviceFarm.Model.GetProjectResponse
        public  GetProjectResponse EndGetProject(IAsyncResult asyncResult)
        {
            return EndInvoke<GetProjectResponse>(asyncResult);
        }
AmazonDeviceFarmClient