Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndDescribeInstancePatchStates C# (CSharp) 메소드

EndDescribeInstancePatchStates() 공개 메소드

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