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

EndCreateDBClusterSnapshot() public méthode

Finishes the asynchronous execution of the CreateDBClusterSnapshot operation.
public EndCreateDBClusterSnapshot ( IAsyncResult asyncResult ) : CreateDBClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBClusterSnapshot.
Résultat CreateDBClusterSnapshotResponse
        public  CreateDBClusterSnapshotResponse EndCreateDBClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBClusterSnapshotResponse>(asyncResult);
        }
AmazonRDSClient