Share via


PostStruct<T> Class

Definition

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)

Applies to