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

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

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

            return InvokeAsync<CreateClusterParameterGroupRequest,CreateClusterParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient