Method Remote.Server()->provide()
- Method
provide
voidprovide(stringname,mixedthing)- Description
Provide a named
thingto the Remote.Client(s).- Parameter
name Name to provide
thingunder.- Parameter
thing Thing to provide.
void provide(string name, mixed thing)
Provide a named thing to the Remote.Client(s).
nameName to provide thing under.
thingThing to provide.