QdvManager.RegisterManager Method
Protected Shared Function RegisterManager( _
ByVal key As Object, _
ByVal mgr As QdvManager _
) As Boolean
This language is not supported or no code example is available.
Parameters
- key
- object
Any object, most likely QDAPI.Common.
- mgr
- QdvManager
<default>
Return Value
boolFalse if a manager with the specified key was already registered, in which case this method did nothing. True otherwise.
