1 implementation of Send
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
191
public void
Send
(TMessage msg)
2 references to Send
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
46
_channel.
Send
(new ChannelMessage(e.Kind, MessageSensitivity.Unknown, e.Message));
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
66
pipe.
Send
(sc);