共用方式為


IPipe<TMessage> 介面

定義

泛型資訊管道。 請注意,管道是可處置的。 一般而言,在處置以發出管道正常關機的訊號之前,應該先呼叫 Done,而不是中止的完成。

public interface IPipe<TMessage> : IDisposable, Microsoft.ML.Runtime.IExceptionContext
type IPipe<'Message> = interface
    interface IExceptionContext
    interface IDisposable
Public Interface IPipe(Of TMessage)
Implements IDisposable, IExceptionContext

類型參數

TMessage
衍生
實作

屬性

ContextDescription

描述內容本身的字串。

(繼承來源 IExceptionContext)

方法

Process<TException>(TException)

泛型資訊管道。 請注意,管道是可處置的。 一般而言,在處置以發出管道正常關機的訊號之前,應該先呼叫 Done,而不是中止的完成。

(繼承來源 IExceptionContext)
Send(TMessage)

呼叫端會放棄物件的擁有權 msg

適用於