Amazon.OpsWorks.AmazonOpsWorksClient.EndDescribeAgentVersions C# (CSharp) 메소드

EndDescribeAgentVersions() 공개 메소드

Finishes the asynchronous execution of the DescribeAgentVersions operation.
public EndDescribeAgentVersions ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAgentVersions.
리턴 Amazon.OpsWorks.Model.DescribeAgentVersionsResponse
        public  DescribeAgentVersionsResponse EndDescribeAgentVersions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeAgentVersionsResponse>(asyncResult);
        }
AmazonOpsWorksClient