Async BinaryWriter ?

Posted by blez on Stack Overflow See other posts from Stack Overflow or by blez
Published on 2010-05-10T00:44:16Z Indexed on 2010/05/10 0:48 UTC
Read the original article Hit count: 682

Filed under:
|
|

I found implementation of async BinaryWriter here: http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/11f6aa76-1383-4cab-8693-29dcb25bbf2e But I can't really use it. I change all my types to AsyncBinaryWriter and I use .Write, but no data is written to the stream. Is that the proper way for using it ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about binarywriter