Object invokeVRFImpl (Object vrfImpl, Object[] args)
Object invokeVRFImpl (Object vrfImpl, Object[] args)
Name | Type | Description |
---|---|---|
vrfImpl | Object | A virtual rule function implementation object (gotten from getVRFImplByName or getVRFImpls). |
args | Object[] | The input arguments. |
Type | Description |
---|---|
Object | The result object. Null if function returns void. |