RequestCallback

A callback invoked when a request is ready.

The parameter request holds the request’s content in a RequestResult structure.

The userData parameter matches the value set when subscribing (see SubscribeRequest(String,RequestCallback,IntPtr)).

Any memory held by the RequestResult is invalidated when the callback returns.

Parameters