Click or drag to resize
KRHubregisterAdapterInGroup Method
Registers a new adapter to a specific group

Namespace: Veeplay.hub
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void registerAdapterInGroup(
	Object adapter,
	string group
)

Parameters

adapter
Type: SystemObject
The adapter to be registered. The object needs to implement KRAdapter.
group
Type: SystemString
The group to register the adapter into.
See Also