1 instantiation of ServerChannel
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
65
var sc = new
ServerChannel
(provider, identifier);
9 references to ServerChannel
Microsoft.ML.Core (9)
Data\ServerChannel.cs (9)
21
internal sealed class ServerChannel :
ServerChannel
.IPendingBundleNotification, IDisposable
40
private
ServerChannel
ThisIfActiveOrNull => _toPublish == null ? null : this;
59
public static
ServerChannel
Start(IChannelProvider provider, string identifier)
65
var
sc = new ServerChannel(provider, identifier);
194
/// When a <see cref="
ServerChannel
"/> is created, the creation method will send an implementation
237
internal Bundle(
ServerChannel
sch)
256
/// Convenience method for <see cref="
ServerChannel
.Start"/> that looks more idiomatic to typical
264
public static
ServerChannel
StartServerChannel(this IChannelProvider provider, string identifier)
268
return
ServerChannel
.Start(provider, identifier);