Amazon.DeviceFarm.AmazonDeviceFarmClient.RenewOfferingAsync C# (CSharp) Method

RenewOfferingAsync() public method

Initiates the asynchronous execution of the RenewOffering operation.
public RenewOfferingAsync ( RenewOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.RenewOfferingRequest Container for the necessary parameters to execute the RenewOffering operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<RenewOfferingResponse> RenewOfferingAsync(RenewOfferingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RenewOfferingRequestMarshaller();
            var unmarshaller = RenewOfferingResponseUnmarshaller.Instance;

            return InvokeAsync<RenewOfferingRequest,RenewOfferingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient