KRHubadapterForTypeInGroup Method |
Returns an object of the specified type, if such an object is currently registered in the specified group.
Namespace: Veeplay.hubAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object adapterForTypeInGroup(
string type,
string group
)
Public Function adapterForTypeInGroup (
type As String,
group As String
) As Object
public:
Object^ adapterForTypeInGroup(
String^ type,
String^ group
)
member adapterForTypeInGroup :
type : string *
group : string -> Object
Parameters
- type
- Type: SystemString
The required object type. - group
- Type: SystemString
The required group.
Return Value
Type:
ObjectAn object if any is registered, null otherwise.
See Also