System.Windows Namespace


.NET Framework Class Library for Silverlight
IApplicationService Interface

Defines methods that application extension services must implement in order to enable an application to start and stop the service.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public Interface IApplicationService
Visual Basic (Usage)
Dim instance As IApplicationService
C#
public interface IApplicationService
Remarks

You can add extension services to an application using XAML or procedural code with the Application..::.ApplicationLifetimeObjects property.

Application extension services must implement the IApplicationService interface in order to perform start and stop operations. Before the Application..::.Startup event, the application calls the StartService method for each service in the order in which they were registered. After the Application..::.Exit event, the application calls the StopService method for each service in the reverse order. This start and stop ordering enables services to create dependencies on other services.

Application extension services can optionally implement the IApplicationLifetimeAware interface in order to perform operations immediately before and after the Application..::.Startup and Application..::.Exit events.

For more information, see Application Extension Services.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources

Tags :


Page view tracker