IWaiter<C>.Mark Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A "mailbox" for storing a wait associated with this frame.
public Microsoft.Bot.Builder.Internals.Fibers.IWait<C> Mark { get; set; }
member this.Mark : Microsoft.Bot.Builder.Internals.Fibers.IWait<'C> with get, set
Public Property Mark As IWait(Of C)