Passing image asyncronously from one machine to onother

I am not able to pass a image asyncronously in a callback from one machine to onother. Could anyone suggest possible solution. That would be more helpful.

Thanks,

N.Vijay



Answer this question

Passing image asyncronously from one machine to onother

  • xyzt

    Hi,

    Image is Serializable, and inherits MarshalByRefObject. I suspect that the image instance is not surviving the callback. Can you provide a little more detail

    Regards

    Craig


  • Passing image asyncronously from one machine to onother