Control.CommonExtensions 模块 (F#)

扩展成员的模块,为某些与并发和 I/O 相关的基本 CLI 类型提供异步操作。

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

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

[<AutoOpen>]
module CommonExtensions

扩展成员

扩展成员

说明

添加 : ('T -> unit) -> unit

将侦听器函数永久连接到可观察对象。 要对每个观察值调用侦听器。

AsyncRead : byte [] * ?int * ?int -> Async<int>

创建一个将从流中读取到给定缓冲区中的异步计算。

AsyncWrite : byte[] * ?int * ?int -> Async<unit>

返回一个将给定字节写入流的异步计算。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本信息

F# 运行时

受以下版本支持:2.0、4.0

Silverlight

受以下版本支持:3

请参见

参考

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