ConfigurationConfigurationClientEnableSignals(EnableSignalsRequest, CallOptions) Method |
Enable a signal or a list of signals already available in the service's configurations.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual EnableSignalsReply EnableSignals(
EnableSignalsRequest request,
CallOptions options
)
Parameters
- request EnableSignalsRequest
- The request to send to the server.
- options CallOptions
- The options for the call.
Return Value
EnableSignalsReplyThe response received from the server.
See Also