Click or drag to resize
KRHubadaptersForGroup Method
Returns the list of available registered objects for a specified group.

Namespace: Veeplay.hub
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, Object> adaptersForGroup(
	string group
)

Parameters

group
Type: SystemString
The required group.

Return Value

Type: DictionaryString, Object
A dictionary containing all objects registered for the required group. The dictionary keys are the types, as specified by the objects.
See Also