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

EndCreateDBParameterGroup() public method

Finishes the asynchronous execution of the CreateDBParameterGroup operation.
public EndCreateDBParameterGroup ( IAsyncResult asyncResult ) : CreateDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBParameterGroup.
return CreateDBParameterGroupResponse
        public  CreateDBParameterGroupResponse EndCreateDBParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient