WeakDelegateBaseT Constructor
Initializes a new instance of the
WeakDelegateBaseT class with the specified delegate target.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected WeakDelegateBase(
Delegate target
)
Protected Sub New (
target As Delegate
)
protected:
WeakDelegateBase(
Delegate^ target
)
SnapDB.Threading.WeakDelegateBase = function(target);
Parameters
- target Delegate
- The delegate target.