RiakErlangCommitHook Constructor |
Namespace:
RiakClient.Models.CommitHook
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakErlangCommitHook(
string module,
string function
)
new :
module : string *
function : string -> RiakErlangCommitHook
Parameters
- module
- Type: SystemString
The Erlang module that contains the hook function. - function
- Type: SystemString
The Erlang function to execute for the hook.
See Also