- invoke
Result invoke(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
Result invoke(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, void delegate(Result result, Args args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, void delegate(Result result, ref Args args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, void function() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, void function(Result result, Args args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(string name, Args args, void function(Result result, ref Args args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendAndReceive
ubyte[] sendAndReceive(ubyte[] request)
Undocumented in source.
- sendAndReceive
void sendAndReceive(ubyte[] request, void delegate(ubyte[]) callback)
Undocumented in source.
- useService
void useService(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- useService
T useService(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.