Click or drag to resize

ConfigurationConfigurationBaseDisableSignals Method

Disable a signal or a list of signals already available in the service's configurations.

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

Parameters

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

Return Value

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