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

EndGetInventory() 공개 메소드

Finishes the asynchronous execution of the GetInventory operation.
public EndGetInventory ( IAsyncResult asyncResult ) : GetInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInventory.
리턴 Amazon.SimpleSystemsManagement.Model.GetInventoryResponse
        public  GetInventoryResponse EndGetInventory(IAsyncResult asyncResult)
        {
            return EndInvoke<GetInventoryResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient