Amazon.RDS.AmazonRDSClient.EndCreateDBClusterParameterGroup C# (CSharp) Method

EndCreateDBClusterParameterGroup() public method

Finishes the asynchronous execution of the CreateDBClusterParameterGroup operation.
public EndCreateDBClusterParameterGroup ( IAsyncResult asyncResult ) : CreateDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBClusterParameterGroup.
return CreateDBClusterParameterGroupResponse
        public  CreateDBClusterParameterGroupResponse EndCreateDBClusterParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBClusterParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient