Calling BinaryFormatter:Deserialize(Stream); Asynchronously

  • Thread starter Thread starter Assaf
  • Start date Start date
A

Assaf

hi all

SORRY FOR CROSSPOSTING:
i did not know which group deals with this question!


Question:
i am looking to call the following function, ASYNCHRONOUSLY:
Packet p = (Packet)this._BinaryFormatter.Deserialize(this._Stream);

Can it be done?

assaf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top