KRHubadaptersForGroup Method |
Returns the list of available registered objects for a specified group.
Namespace: Veeplay.hubAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, Object> adaptersForGroup(
string group
)
Public Function adaptersForGroup (
group As String
) As Dictionary(Of String, Object)
public:
Dictionary<String^, Object^>^ adaptersForGroup(
String^ group
)
member adaptersForGroup :
group : string -> Dictionary<string, Object>
Parameters
- group
- Type: SystemString
The required group.
Return Value
Type:
DictionaryString,
ObjectA dictionary containing all objects registered for the required group. The dictionary keys are the types, as specified by the objects.
See Also