Method Remote.Server()->provide()
- Method
provide
void
provide(string
name
,mixed
thing
)- Description
Provide a named
thing
to the Remote.Client(s).- Parameter
name
Name to provide
thing
under.- Parameter
thing
Thing to provide.
void
provide(string
name
, mixed
thing
)
Provide a named thing
to the Remote.Client(s).
name
Name to provide thing
under.
thing
Thing to provide.