Click or drag to resize
RiakFluentActionPhaseJavascriptArgumentT Method
The arguments to pass to the Javascript function that's defined in the parameter, or the one listed in the parameter.

Namespace:  RiakClient.Models.MapReduce.Fluent
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakFluentActionPhaseJavascript Argument<T>(
	T argument
)

Parameters

argument
Type: T
The argument.

Type Parameters

T
The type of the argument.

Return Value

Type: RiakFluentActionPhaseJavascript
A reference to this updated instance, for fluent chaining.
See Also