CompositeServiceInvoker
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.CodeFirst
Instance Methods
constructor
constructor(serviceInvoker: IServiceInvoker; baseServiceInvoker: IServiceInvoker)
CompositeServiceInvoker(IServiceInvoker serviceInvoker, IServiceInvoker baseServiceInvoker)
Sub New(serviceInvoker As IServiceInvoker, baseServiceInvoker As IServiceInvoker)
Parameters:
- serviceInvoker:
- baseServiceInvoker:
GetMethodInvoker
method GetMethodInvoker(methodName: String): ServiceMethodInvoker
ServiceMethodInvoker GetMethodInvoker(String methodName)
Function GetMethodInvoker(methodName As String) As ServiceMethodInvoker
Parameters:
- methodName: