.NET/Link API Version 1.7 USE FRAMES

YieldFunction Delegate

Represents the method that will handle the Yield event.

[Visual Basic]
Public Delegate Function YieldFunction() As Boolean
[C#]
public delegate bool YieldFunction();

Return Value

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

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

Wolfram.NETLink Namespace | Yield