1 instantiation of Bundle
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
125_published = new Bundle(this);
7 references to Bundle
Microsoft.ML.Core (7)
Data\ServerChannel.cs (7)
15/// of type <see cref="Bundle"/> is sent through the input channel 30private Action<Bundle> _onPublish; 31private Bundle _published; 116/// in a <see cref="Bundle"/> up through the pipe to be consumed by any 129public void Acknowledge(Action<Bundle> toDo) 196/// a <see cref="Bundle"/> may be pending soon. Listeners that want to receive the bundle to 213void Acknowledge(Action<Bundle> toDo);