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

DeleteGcmChannelAsync() public method

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

            return InvokeAsync<DeleteGcmChannelRequest,DeleteGcmChannelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient