AerospikeClientRegister Method

Overload List

Register(Policy, String, String, Language) Register package located in a file containing user defined functions with server. This asynchronous server call will return before command is complete. The user can optionally wait for command completion by using the returned RegisterTask instance.
Register(Policy, Assembly, String, String, Language) Register package located in a resource containing user defined functions with server. This asynchronous server call will return before command is complete. The user can optionally wait for command completion by using the returned RegisterTask instance.

See Also