Click or drag to resize
SourceConnectionBuilderRegistryRegisterProtocol Method
Registers a protocol for an ISourceConnection

Namespace: FlexRule.Core.Model.SourceConnections
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static void RegisterProtocol(
	string name,
	Type typeISourceConnection
)

Parameters

name
Type: SystemString
typeISourceConnection
Type: SystemType
See Also