Amazon.Pinpoint.AmazonPinpointClient.UpdateApnsChannelAsync C# (CSharp) Method

UpdateApnsChannelAsync() public method

Initiates the asynchronous execution of the UpdateApnsChannel operation.
public UpdateApnsChannelAsync ( UpdateApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateApnsChannelRequest Container for the necessary parameters to execute the UpdateApnsChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateApnsChannelResponse> UpdateApnsChannelAsync(UpdateApnsChannelRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateApnsChannelRequestMarshaller();
            var unmarshaller = UpdateApnsChannelResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateApnsChannelRequest,UpdateApnsChannelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient