You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > ServiceProxyBase<TService, TCoreObject> Class > ServiceProxyBase Constructor > ServiceProxyBase<TService, TCoreObject>.ServiceProxyBase Constructor (string, string)
ServiceProxyBase<TService, TCoreObject>.ServiceProxyBase Constructor (string, string)
Close
Ofcas.Lk.Api.Client - Version 3.0
ServiceProxyBase<TService, TCoreObject>.ServiceProxyBase Constructor (string, string)

Constructs a named pipe connected ServiceProxy to LK based on a given launcher application path.

Syntax
C#
protected ServiceProxyBase(string launcherPath, string arguments = "");
Parameters
Description
string launcherPath
Expects a valid filepath to the launcher application which is then called on Start to initiate the backend service initialization. The launcher application file is the app one opens to start LogiKal regularly e.g.: Winstart.exe, LogiKalStarter.exe
string arguments = ""
The command line parameters passed down to the launcher application during Start.
Copyright © 2020. All rights reserved.