Initializing help system before first use

CreateIOCallback Method (XPRMIOCallbackInput)

This returns the name of an IO driver callback stream. The supplied delegate will be called whenever Mosel needs to read data from the stream; you should return the data to Mosel in a byte array, up to the limit supplied by Mosel.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public string CreateIOCallback(
	XPRMIOCallbackInput cb
)

Parameters

cb
Type:  MoselXPRMIOCallbackInput
Callback function to call for I/O

Return Value

Type:  String
A string representing this callback, that can be passed into Mosel as a filename. You should call DestroyIOCallback when you've finished using this callback filename
See Also