|
SubscriberRightsLookupHasRights Method
|
Determines whether the subscriber has rights to a given signal.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax Public Function HasRights (
signalID As Guid
) As Boolean
member HasRights :
signalID : Guid -> bool
function HasRights(signalID);
View SourceParameters
- signalID Guid
- The ID of the signal.
Return Value
BooleanTrue if the subscriber has rights; false otherwise.
See Also