Amazon.RDS.AmazonRDSClient.EndCreateDBClusterSnapshot C# (CSharp) 메소드

EndCreateDBClusterSnapshot() 공개 메소드

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