IPipe<TMessage> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
泛型資訊管道。 請注意,管道是可處置的。 一般而言,在處置以發出管道正常關機的訊號之前,應該先呼叫 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) |
呼叫端會放棄物件的擁有權 |