Documentation for a minimal subset of the QSM API
DisposableRef<(Of <C>)> Constructor (target, callback, context)
Namespaces > QS.CMS.Base3 > DisposableRef<(Of C>) > DisposableRef<(Of C>)New(C, ContextCallback, Object)
Creates a disposable reference.
Syntax
C#Visual BasicManaged C++
public DisposableRef (
	C target,
	ContextCallback callback,
	Object context
)
Public Sub New ( _
	target As C, _
	callback As ContextCallback, _
	context As Object _
)
public:
DisposableRef (
	C target, 
	ContextCallback^ callback, 
	Object^ context
)
Parameters
target (C)
The target object that this reference is pointing to.
callback (ContextCallback)
Callback to invoke when this reference is disposed.
context (Object)
Context object that will be passed to the callback.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0