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

CopyDBClusterParameterGroupAsync() public method

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

            return InvokeAsync<CopyDBClusterParameterGroupRequest,CopyDBClusterParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient