AcquisitionAcquisitionClient(CallInvoker) Constructor |
Creates a new client for Acquisition that uses a custom CallInvoker.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public AcquisitionClient(
CallInvoker callInvoker
)
Parameters
- callInvoker CallInvoker
- The callInvoker to use to make remote calls.
See Also