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

EndRestoreDBClusterFromS3() 공개 메소드

Finishes the asynchronous execution of the RestoreDBClusterFromS3 operation.
public EndRestoreDBClusterFromS3 ( IAsyncResult asyncResult ) : RestoreDBClusterFromS3Response
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterFromS3.
리턴 RestoreDBClusterFromS3Response
        public  RestoreDBClusterFromS3Response EndRestoreDBClusterFromS3(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBClusterFromS3Response>(asyncResult);
        }
AmazonRDSClient