IChannelProvider.StartPipe<TMessage>(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarrez un canal d’informations générique.
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)
Paramètres de type
- TMessage
Paramètres
- name
- String