Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteSnapshotScheduleAsync C# (CSharp) Method

DeleteSnapshotScheduleAsync() public method

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.
public DeleteSnapshotScheduleAsync ( DeleteSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteSnapshotScheduleRequest Container for the necessary parameters to execute the DeleteSnapshotSchedule operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteSnapshotScheduleResponse> DeleteSnapshotScheduleAsync(DeleteSnapshotScheduleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteSnapshotScheduleRequestMarshaller();
            var unmarshaller = DeleteSnapshotScheduleResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteSnapshotScheduleRequest,DeleteSnapshotScheduleResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient