Amazon.Pinpoint.AmazonPinpointClient.DeleteApnsChannelAsync C# (CSharp) Метод

DeleteApnsChannelAsync() публичный Метод

Initiates the asynchronous execution of the DeleteApnsChannel operation.
public DeleteApnsChannelAsync ( DeleteApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.DeleteApnsChannelRequest Container for the necessary parameters to execute the DeleteApnsChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteApnsChannelResponse> DeleteApnsChannelAsync(DeleteApnsChannelRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteApnsChannelRequestMarshaller();
            var unmarshaller = DeleteApnsChannelResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteApnsChannelRequest,DeleteApnsChannelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient