YieldFunction Delegate
Represents the method that will handle the Yield event.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public delegate bool YieldFunction()
Public Delegate Function YieldFunction As Boolean
public delegate bool YieldFunction()
type YieldFunction =
delegate of unit -> bool
Return Value
Booleantrue to force the currently blocked reading call to back out and throw a MathLinkException; false to continue waiting.