DynamicServiceInvoker

Overview

Location


Instance Methods


constructor

 

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

 

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

 

init(_ libraryName: String, _ serviceName: String, _ serviceMethods: IList<RodlMethodInfo>)

 

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)

 

func GetMethodInvoker(_ methodName: String) -> ServiceMethodInvoker

 

Function GetMethodInvoker(methodName As String) As ServiceMethodInvoker

Parameters:

  • methodName: