Amazon.Redshift.AmazonRedshiftClient.EndRebootCluster C# (CSharp) 메소드

EndRebootCluster() 공개 메소드

Finishes the asynchronous execution of the RebootCluster operation.
public EndRebootCluster ( IAsyncResult asyncResult ) : RebootClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootCluster.
리턴 RebootClusterResponse
        public  RebootClusterResponse EndRebootCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<RebootClusterResponse>(asyncResult);
        }
AmazonRedshiftClient