ApplicationCallback Property

Callback for the current application. It is optional (but recommended) to set a callback, so that the application can respond to changes of connection status, registration status and application settings.

For information on the IApplicationCallback class, see Developer Guide for Windows and Windows Mobile > Client Object API Usage > Callback and Listener APIs > IApplicationCallback API.

Syntax

public IApplicationCallback ApplicationCallback { get; set; }

Examples