diff --git a/doc/AppClient.xml b/doc/AppClient.xml index 16342a0..fbf7a99 100644 --- a/doc/AppClient.xml +++ b/doc/AppClient.xml @@ -78,6 +78,50 @@ Options The following options are available: + + + + Enqueue a call to the method specified. + + + + + + Location of the service. It should include the name of the transport + protocol to use, such as "unix" or "tcp". + + + + + + Name of the service to connect to (in other words, the protocol to + speak). + + + + + + Add a double value as an argument to the current call. + + + + + + Add a float value as an argument to the current call. + + + + + + Add an integer value as an argument to the current call. + + + + + + Add a string value as an argument to the current call. + +