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

EndPutInventory() 공개 메소드

Finishes the asynchronous execution of the PutInventory operation.
public EndPutInventory ( IAsyncResult asyncResult ) : PutInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutInventory.
리턴 PutInventoryResponse
        public  PutInventoryResponse EndPutInventory(IAsyncResult asyncResult)
        {
            return EndInvoke<PutInventoryResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient