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

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

Initiates the asynchronous execution of the RestoreDBClusterFromSnapshot operation.
public RestoreDBClusterFromSnapshotAsync ( RestoreDBClusterFromSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RestoreDBClusterFromSnapshotRequest Container for the necessary parameters to execute the RestoreDBClusterFromSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<RestoreDBClusterFromSnapshotResponse> RestoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RestoreDBClusterFromSnapshotRequestMarshaller();
            var unmarshaller = RestoreDBClusterFromSnapshotResponseUnmarshaller.Instance;

            return InvokeAsync<RestoreDBClusterFromSnapshotRequest,RestoreDBClusterFromSnapshotResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient