NodeWorker.MessagePort.Close method
Disables further sending of messages on either side of the connection. This method can be called when no further communication will happen over this MessagePort. The Closed
event is emitted on both MessagePort instances that are part of the channel.
C#
public void Close()
See Also
- class MessagePort
- namespace Microsoft.JavaScript.NodeApi.Interop