Click or drag to resize

ConfigurationConfigurationClientEnableSignalsAsync(EnableSignalsRequest, Metadata, NullableDateTime, CancellationToken) 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,
	Metadata headers = null,
	DateTime? deadline = null,
	CancellationToken cancellationToken = default
)

Parameters

request  EnableSignalsRequest
The request to send to the server.
headers  Metadata  (Optional)
The initial metadata to send with the call. This parameter is optional.
deadline  NullableDateTime  (Optional)
An optional deadline for the call. The call will be cancelled if deadline is hit.
cancellationToken  CancellationToken  (Optional)
An optional token for canceling the call.

Return Value

AsyncUnaryCallEnableSignalsReply
The call object.
See Also