IFeatureServiceRegister Method |
Registers the specified feature identifier.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The feature identifier.
- isFeatureEnabledFunc FuncBoolean
- The function that determines if the feature is enabled.
Exceptions
See Also