[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)
Visual Basic (Declaration)
Public Class ApplicationServiceContext
Dim instance As ApplicationServiceContext
public class ApplicationServiceContext
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.
System..::.Object
System.Windows..::.ApplicationServiceContext
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference