IFeatureServiceRegister Method |
Registers the specified feature identifier.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntaxvoid Register(
string featureId,
Func<bool> isFeatureEnabledFunc
)
Sub Register (
featureId As String,
isFeatureEnabledFunc As Func(Of Boolean)
)
void Register(
String^ featureId,
Func<bool>^ isFeatureEnabledFunc
)
abstract Register :
featureId : string *
isFeatureEnabledFunc : Func<bool> -> unit
Parameters
- featureId
- Type: SystemString
The feature identifier. - isFeatureEnabledFunc
- Type: SystemFuncBoolean
The function that determines if the feature is enabled.
Exceptions
See Also