Amazon.RDS.AmazonRDSClient.EndCreateDBCluster C# (CSharp) Метод

EndCreateDBCluster() публичный Метод

Finishes the asynchronous execution of the CreateDBCluster operation.
public EndCreateDBCluster ( IAsyncResult asyncResult ) : CreateDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBCluster.
Результат CreateDBClusterResponse
        public  CreateDBClusterResponse EndCreateDBCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBClusterResponse>(asyncResult);
        }
AmazonRDSClient