ExtendedWeakReference.Recover Method
Recovers a specific ExtendedWeakReference object.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)
Syntax
[MethodImplAttribute]
public static ExtendedWeakReference Recover (
Typeselector,
UInt32id
)
Parameters
- selector
The type associated with the weak reference you want to recover. - id
The ID associated with the weak reference you want to recover.
Return Value
A weak reference, or a null reference if there are no more weak references to be recovered.
Remarks
You can call this method multiple times to recover all of the weak references associated with a specific type or ID.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
ExtendedWeakReference Class
ExtendedWeakReference Members
Microsoft.SPOT Namespace