PostStruct<T> Class
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.
public sealed class PostStruct<T> : Microsoft.Bot.Builder.Internals.Fibers.IPost<T>
type PostStruct<'T> = class
interface IPost<'T>
Public NotInheritable Class PostStruct(Of T)
Implements IPost(Of T)
Type Parameters
- T
- Inheritance
-
PostStruct<T>
- Implements
Constructors
PostStruct<T>(IPost<Object>) |
Explicit Interface Implementations
IPost<T>.Post(T) |