IChannelProvider.Start(String) Method

Definition

Start a standard message channel.

public Microsoft.ML.Runtime.IChannel Start (string name);
abstract member Start : string -> Microsoft.ML.Runtime.IChannel
Public Function Start (name As String) As IChannel

Parameters

name
String

Returns

Applies to