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

EndCreateDBSnapshot() public méthode

Finishes the asynchronous execution of the CreateDBSnapshot operation.
public EndCreateDBSnapshot ( IAsyncResult asyncResult ) : CreateDBSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSnapshot.
Résultat CreateDBSnapshotResponse
        public  CreateDBSnapshotResponse EndCreateDBSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBSnapshotResponse>(asyncResult);
        }
AmazonRDSClient