Click or drag to resize
RiakFluentActionPhaseJavascriptSource Method
Specify the source code of the JavaScript function to dynamically load and execute for this phase.

Namespace:  RiakClient.Models.MapReduce.Fluent
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakFluentActionPhaseJavascript Source(
	string source
)

Parameters

source
Type: SystemString
The source code of the function to execute.

Return Value

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