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

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

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