Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndDescribeInstancePatches C# (CSharp) Method

EndDescribeInstancePatches() public method

Finishes the asynchronous execution of the DescribeInstancePatches operation.
public EndDescribeInstancePatches ( IAsyncResult asyncResult ) : DescribeInstancePatchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatches.
return Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse
        public  DescribeInstancePatchesResponse EndDescribeInstancePatches(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeInstancePatchesResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient