共用方式為


IWait<C> 介面

定義

public interface IWait<C> : ICloneable, Microsoft.Bot.Builder.Internals.Fibers.IWait
type IWait<'C> = interface
    interface IWait
    interface ICloneable
Public Interface IWait(Of C)
Implements ICloneable, IWait

類型參數

C
衍生
實作

屬性

ItemType

rest 委派的專案參數類型。

(繼承來源 IWait)
Need

等候的階段。

(繼承來源 IWait)
NeedType

等候專案的靜態類型。

(繼承來源 IWait)
Rest

rest 委派方法。

(繼承來源 IWait)

方法

Fail(Exception)

將此等候標示為符合此失敗例外狀況。

(繼承來源 IWait)
PollAsync(IFiber<C>, C, CancellationToken)
Post<T>(T)

將此等候標示為滿意此專案。

(繼承來源 IWait)

擴充方法

CloneTyped<C>(IWait<C>)
ValidateNeed(IWait, Need)

適用於