BasicChannel.Close Method

This method closes the channel and releases the resources.

Namespace:  IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public void Close()

Return Value

Type: void

InvalidOperationException is thrown when the channel is not open.

Remarks

This function should be called once by each Process that opened the channel before terminating to release the resources.

See Also: