Control.AsyncReplyChannel<'Reply> 类 (F#)

功能的句柄,用于答复 PostAndReply 消息。

命名空间/模块路径: Microsoft.FSharp.Control

程序集:FSharp.Core(在 FSharp.Core.dll 中)

[<Sealed>]
type AsyncReplyChannel<'Reply> =
 class
  member this.Reply : 'Reply -> unit
 end

实例成员

成员

说明

Reply

发送对 PostAndReply 消息的答复。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:2.0,4.0,可移植

请参见

参考

Microsoft.FSharp.Control 命名空间 (F#)