Click or drag to resize

ConfigurationConfigurationClient(CallInvoker) Constructor

Creates a new client for Configuration that uses a custom CallInvoker.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public ConfigurationClient(
	CallInvoker callInvoker
)

Parameters

callInvoker  CallInvoker
The callInvoker to use to make remote calls.
See Also