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)

啟動泛型資訊管道。

適用於