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

ResetDBClusterParameterGroupAsync() public method

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

            return InvokeAsync<ResetDBClusterParameterGroupRequest,ResetDBClusterParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient