Amazon.Redshift.AmazonRedshiftClient.EndCreateCluster C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreateCluster operation.
public EndCreateCluster ( IAsyncResult asyncResult ) : CreateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCluster.
Результат CreateClusterResponse
        public  CreateClusterResponse EndCreateCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateClusterResponse>(asyncResult);
        }
AmazonRedshiftClient