Amazon.RDS.AmazonRDSClient.EndCreateDBClusterSnapshot C# (CSharp) Method

EndCreateDBClusterSnapshot() public method

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