Click or drag to resize

AcquisitionAcquisitionClientDisconnect(DisconnectRequest, CallOptions) Method

Disconnect a connected card from 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 DisconnectReply Disconnect(
	DisconnectRequest request,
	CallOptions options
)

Parameters

request  DisconnectRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

DisconnectReply
The response received from the server.
See Also