Click or drag to resize

SubscriberRightsLookupHasRightsFunc Property

Gets the function that 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 Func<Guid, bool> HasRightsFunc { get; }
View Source

Property Value

FuncGuid, Boolean
See Also