WeakDelegateBaseTTryInvokeInternal Method

Tries to invoke the delegate associated with this weak reference object.

Definition

Namespace: SnapDB.Threading
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected bool TryInvokeInternal(
	Object[] parameters
)

Parameters

parameters  Object
An array of parameters to pass to the delegate.

Return Value

Boolean
true if successful, false if the delegate has been garbage collected.

See Also