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