Click or drag to resize

ConfigurationConfigurationClientEnableSignalsAsync(EnableSignalsRequest, CallOptions) Method

Enable 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 AsyncUnaryCall<EnableSignalsReply> EnableSignalsAsync(
	EnableSignalsRequest request,
	CallOptions options
)

Parameters

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

Return Value

AsyncUnaryCallEnableSignalsReply
The call object.
See Also