Amazon.RDS.AmazonRDSClient.DeleteDBClusterParameterGroupAsync C# (CSharp) Method

DeleteDBClusterParameterGroupAsync() public method

Initiates the asynchronous execution of the DeleteDBClusterParameterGroup operation.
public DeleteDBClusterParameterGroupAsync ( DeleteDBClusterParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest Container for the necessary parameters to execute the DeleteDBClusterParameterGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteDBClusterParameterGroupResponse> DeleteDBClusterParameterGroupAsync(DeleteDBClusterParameterGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteDBClusterParameterGroupRequestMarshaller();
            var unmarshaller = DeleteDBClusterParameterGroupResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteDBClusterParameterGroupRequest,DeleteDBClusterParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient