Click or drag to resize
KRHubadapterForTypeInGroup Method
Returns an object of the specified type, if such an object is currently registered in the specified group.

Namespace: Veeplay.hub
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object adapterForTypeInGroup(
	string type,
	string group
)

Parameters

type
Type: SystemString
The required object type.
group
Type: SystemString
The required group.

Return Value

Type: Object
An object if any is registered, null otherwise.
See Also