Amazon.RDS.AmazonRDSClient.PromoteReadReplicaAsync C# (CSharp) Méthode

PromoteReadReplicaAsync() public méthode

Initiates the asynchronous execution of the PromoteReadReplica operation.
public PromoteReadReplicaAsync ( PromoteReadReplicaRequest request, System cancellationToken = default(CancellationToken) ) : Task
request PromoteReadReplicaRequest Container for the necessary parameters to execute the PromoteReadReplica operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<PromoteReadReplicaResponse> PromoteReadReplicaAsync(PromoteReadReplicaRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new PromoteReadReplicaRequestMarshaller();
            var unmarshaller = PromoteReadReplicaResponseUnmarshaller.Instance;

            return InvokeAsync<PromoteReadReplicaRequest,PromoteReadReplicaResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient