Documentation for a minimal subset of the QSM API
DisposeCallback<(Of <C>)> Constructor (callback, context)
Namespaces > QS.CMS.Base3 > DisposeCallback<(Of C>) > DisposeCallback<(Of C>)New(ContextCallback<(Of C>), C)
Initializes a new instance of the DisposeCallback<C> class.
Syntax
C#Visual BasicManaged C++
public DisposeCallback (
	ContextCallback<C> callback,
	C context
)
Public Sub New ( _
	callback As ContextCallback(Of C), _
	context As C _
)
public:
DisposeCallback (
	ContextCallback<C>^ callback, 
	C context
)
Parameters
callback (ContextCallback<(Of C>))

[Missing <param> documentation for "callback"]

context (C)

[Missing <param> documentation for "context"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0