YieldFunction Delegate

Represents the method that will handle the Yield event.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public delegate bool YieldFunction()

Return Value

Boolean
true to force the currently blocked reading call to back out and throw a MathLinkException; false to continue waiting.

See Also