Click or drag to resize

SubscriberRightsLookupHasRights Method

Determines whether the subscriber has rights to a given signal.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool HasRights(
	Guid signalID
)
View Source

Parameters

signalID  Guid
The ID of the signal.

Return Value

Boolean
True if the subscriber has rights; false otherwise.
See Also