EVRPC_UNREGISTER

Unregisters an already registered RPC

@param base the evrpc_base object from which to unregister an RPC @param name the name of the rpc to unregister @return -1 on error or 0 when successful. @see EVRPC_REGISTER()

extern (C) nothrow
alias EVRPC_UNREGISTER = evrpc_unregister_rpc

Meta