MobileForms Toolkit Documentation

NetAsyncCallback Delegate

References a method to be called when a corresponding asynchronous operation completes.

public delegate void NetAsyncCallback(
NetAsyncResult ar
);

Parameters

ar
The result of the asynchronous operation

Requirements

Namespace: Resco.Net

Assembly: Resco.Net.CF3 (in Resco.Net.CF3.dll)

See Also

Resco.Net Namespace