SuperBuilderPyllmSuperBuilderPyllmClient(CallInvoker) Constructor
Creates a new client for SuperBuilderPyllm that uses a custom CallInvoker.
Namespace: SuperBuilderWinService.ProvidersImplAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public SuperBuilderPyllmClient(
CallInvoker callInvoker
)
Public Sub New (
callInvoker As CallInvoker
)
public:
SuperBuilderPyllmClient(
CallInvoker^ callInvoker
)
new :
callInvoker : CallInvoker -> SuperBuilderPyllmClient
Parameters
- callInvoker CallInvoker
- The callInvoker to use to make remote calls.