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

EndDescribeInstancePatches() 공개 메소드

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