Click or drag to resize
RiakFluentActionPhaseErlangModFun Method
The Erlang function to execute for this phase.

Namespace:  RiakClient.Models.MapReduce.Fluent
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakFluentActionPhaseErlang ModFun(
	string module,
	string function
)

Parameters

module
Type: SystemString
The module containing the function to execute.
function
Type: SystemString
The function to execute for this mapreduce phase.

Return Value

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