Wait<C,T>.IPost<T>.Post(T) Method
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.
void IPost<T>.Post (T item);
abstract member Microsoft.Bot.Builder.Internals.Fibers.IPost<T>.Post : 'T -> unit
override this.Microsoft.Bot.Builder.Internals.Fibers.IPost<T>.Post : 'T -> unit
Sub Post (item As T) Implements IPost(Of T).Post
Parameters
- item
- T