Remove user defined function from server nodes.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
void RemoveUdf( InfoPolicy policy, string serverPath )
Parameters
- policy
- Type: Aerospike.ClientInfoPolicy
info configuration parameters, pass in null for defaults - serverPath
- Type: SystemString
location of UDF on server nodes. Example: mylua.lua
Exceptions
Exception | Condition |
---|---|
AerospikeException | if remove fails |
See Also