Service.addMissingFunction
- void addMissingFunction(T func)
class Service
void
addMissingFunction
if (
isCallable!T &&
is(
ReturnType!
T ==
Variant)
&&
Parameters!T.length >= 2
&&
is(
Parameters!
T[0] ==
string)
&&
is(
Parameters!
T[1] ==
Variant[])
)
- void addMissingFunction(T func)
hprose rpc service Service
aliasesconstructorsfunctionspropertiesvariables