IChannelProvider.StartPipe<TMessage>(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動泛型資訊管道。
public Microsoft.ML.Runtime.IPipe<TMessage> StartPipe<TMessage> (string name);
abstract member StartPipe : string -> Microsoft.ML.Runtime.IPipe<'Message>
Public Function StartPipe(Of TMessage) (name As String) As IPipe(Of TMessage)
類型參數
- TMessage
參數
- name
- String