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

EndDescribePatchGroups() 공개 메소드

Finishes the asynchronous execution of the DescribePatchGroups operation.
public EndDescribePatchGroups ( IAsyncResult asyncResult ) : DescribePatchGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchGroups.
리턴 Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse
        public  DescribePatchGroupsResponse EndDescribePatchGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribePatchGroupsResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient