DynamicServiceInvoker

Overview

Location


Instance Methods


constructor

 

constructor(libraryName: String; serviceName: String; serviceMethods: IList<RodlMethodInfo>)

 

DynamicServiceInvoker(String libraryName, String serviceName, IList<RodlMethodInfo> serviceMethods)

 

Sub New(libraryName As String, serviceName As String, serviceMethods As IList<RodlMethodInfo>)

Parameters:

  • libraryName:
  • serviceName:
  • serviceMethods:

GetMethodInvoker

 

method GetMethodInvoker(methodName: String): ServiceMethodInvoker

 

ServiceMethodInvoker GetMethodInvoker(String methodName)

 

Function GetMethodInvoker(methodName As String) As ServiceMethodInvoker

Parameters:

  • methodName: