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

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

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