Click or drag to resize

AcquisitionAcquisitionBaseConnect Method

Connect to a (additional) card to the service.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual Task<ConnectReply> Connect(
	ConnectRequest request,
	ServerCallContext context
)

Parameters

request  ConnectRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskConnectReply
The response to send back to the client (wrapped by a task).
See Also