Microsoft.Bot.Builder.Internals.Fibers Namespace
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.
Classes
Structs
Pair<T1,T2> | |
Range<T> |
Interfaces
IAwaiter<T> | |
IFiber<C> | |
IFiberLoop<C> | |
IFrame<C> | |
IFrameFactory<C> | |
IFrameLoop<C> | |
IItem<T> | |
IPost<T> | |
IScope<T> |
Provide an abstraction to serialize access to an item for a using-block scope of code. |
IStackStoreFactory<C> | |
IStore<T> | |
ITraits<T> | |
IWait | |
IWait<C> | |
IWait<C,T> | |
IWaiter<C> |
Waiters wait for an item to be posted. |
IWaitFactory<C> | |
Serialization.ISurrogateProvider |
Extend ISerializationSurrogate with a "tester" method used by Serialization.SurrogateSelector. |
Enums
Need |
This is the stage of the wait, showing what the wait needs during its lifecycle. |
Delegates
Rest<C,T> |