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
 
Back
Top