|
WeakActionTryInvoke Method
|
Attempts to invoke the delegate to a weak reference object.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
SyntaxPublic Function TryInvoke As Boolean
member TryInvoke : unit -> bool
View SourceReturn Value
Booleantrue if successful; otherwise,
false.
See Also