WeakDelegateBaseTTryInvokeInternal Method
Tries to invoke the delegate associated with this weak reference object.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected bool TryInvokeInternal(
Object[] parameters
)
Protected Function TryInvokeInternal (
parameters As Object()
) As Boolean
protected:
bool TryInvokeInternal(
array<Object^>^ parameters
)
function TryInvokeInternal(parameters);
- parameters Object
- An array of parameters to pass to the delegate.
Booleantrue if successful,
false if the delegate has been garbage collected.