.NET Framework Class Library for Silverlight
ApplicationServiceContext Class

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the initial state of a Silverlight application when application services are started.

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

Visual Basic (Declaration)
Public Class ApplicationServiceContext
Visual Basic (Usage)
Dim instance As ApplicationServiceContext
C#
public class ApplicationServiceContext
Remarks

This class is used as a parameter type for the IApplicationService..::.StartService method.

An application service can use the ApplicationInitParams property to get the application initialization parameters as specified by the Web page that hosts the Silverlight plug-in. An application service can use the RunningOffline property to determine whether the application is in offline mode.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.ApplicationServiceContext
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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

See Also

Reference

Page view tracker