Amazon.RDS.AmazonRDSClient.CreateDBClusterParameterGroupAsync C# (CSharp) Метод

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

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

            return InvokeAsync<CreateDBClusterParameterGroupRequest,CreateDBClusterParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient