SimpleVarArgFunction.OnNewArguments Method (Argument[], IListener)
Called when all the arguments are ready and have new values.
If the function has zero arguments, this function is called immediately upon subscription.
Override in subclass to handle complete argument lists. If the function is interested in
partially ready argument lists, override OnNewPartialArguments
instead.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Parameters
- args
-
An array of the arguments to the functoin and their status. The
HasValue
flag is always true for all arguments in this callback. - listener
-
The listener which should receive any new data yielded from the function.