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

EndRestoreDBClusterFromSnapshot() 공개 메소드

Finishes the asynchronous execution of the RestoreDBClusterFromSnapshot operation.
public EndRestoreDBClusterFromSnapshot ( IAsyncResult asyncResult ) : RestoreDBClusterFromSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterFromSnapshot.
리턴 RestoreDBClusterFromSnapshotResponse
        public  RestoreDBClusterFromSnapshotResponse EndRestoreDBClusterFromSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBClusterFromSnapshotResponse>(asyncResult);
        }
AmazonRDSClient