1 implementation of Send
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
191public 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)
66pipe.Send(sc);