Initializing help system before first use

DestroyIOCallback Method

You should call this method when you have finished using an IO driver callback stream name returned by CreateIOCallback. If you do not do this, resources associated with this callback will not be garbage-collected until the XPRM object is disposed. Mosel must not try to access a IO driver callback after its name is passed to this function.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public void DestroyIOCallback(
	string cbstr
)

Parameters

cbstr
Type:  SystemString
Name of an IO driver callback stream, as returned by CreateIOCallback
See Also