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

EndDescribeInstancePatchStates() public method

Finishes the asynchronous execution of the DescribeInstancePatchStates operation.
public EndDescribeInstancePatchStates ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatchStates.
return Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse
        public  DescribeInstancePatchStatesResponse EndDescribeInstancePatchStates(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeInstancePatchStatesResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient