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

PutInventoryAsync() 공개 메소드

Initiates the asynchronous execution of the PutInventory operation.
public PutInventoryAsync ( PutInventoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.PutInventoryRequest Container for the necessary parameters to execute the PutInventory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<PutInventoryResponse> PutInventoryAsync(PutInventoryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new PutInventoryRequestMarshaller();
            var unmarshaller = PutInventoryResponseUnmarshaller.Instance;

            return InvokeAsync<PutInventoryRequest,PutInventoryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient