Amazon.Redshift.AmazonRedshiftClient.DeleteClusterParameterGroupAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DeleteClusterParameterGroupRequest,DeleteClusterParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient