Attempts to retrieve a MibNode that matches the provided name or OID key. Locks on
SyncRoot to provide automatic thread safety.
Parameters
- key
- MibNode name or OID.
- value
- If the key is found, populated with the MibNode associated with the specified key when the method returns; otherwise, null.
Return Value
Returns true if a MibNode matching the key is found, false otherwise.