IChannelProvider 接口

定义

通道提供程序可以创建新的通道和泛型信息管道。

public interface IChannelProvider : Microsoft.ML.Runtime.IExceptionContext
type IChannelProvider = interface
    interface IExceptionContext
Public Interface IChannelProvider
Implements IExceptionContext
派生
实现

属性

ContextDescription

描述上下文本身的字符串。

(继承自 IExceptionContext)

方法

Process<TException>(TException)

通道提供程序可以创建新的通道和泛型信息管道。

(继承自 IExceptionContext)
Start(String)

启动标准消息通道。

StartPipe<TMessage>(String)

启动泛型信息管道。

适用于