Click or drag to resize
RiakFluentActionPhaseJavascriptName Method
Specify a name of the known JavaScript function to execute for this phase.

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

Parameters

name
Type: SystemString
The name of the function to execute.

Return Value

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