Click or drag to resize
IServiceTypeRegistryTServiceGetService Method
Returns the registered service. If it is not registered yet it throws exception

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
TService GetService(
	string assemblyName,
	string handlerName
)

Parameters

assemblyName
Type: SystemString
handlerName
Type: SystemString

Return Value

Type: TService
See Also