QdvManager.RegisterManager Method

Registers a manager.
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.
protected static bool RegisterManager( 
object key
QdvManager mgr 
)
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

bool

False if a manager with the specified key was already registered, in which case this method did nothing. True otherwise.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition