2 out of 3 rated this helpful - Rate this topic

PhoneApplicationService Class

July 26, 2012

The PhoneApplicationService class provides access to various aspects of the application’s lifetime. This includes management of the application’s idle behavior and management of the application’s state when it becomes active or inactive.

System.Object
  Microsoft.Phone.Shell.PhoneApplicationService

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public class PhoneApplicationService : IApplicationService
<PhoneApplicationService .../>

The PhoneApplicationService type exposes the following members.

  NameDescription
Public methodPhoneApplicationServiceInstantiates a new instance of the PhoneApplicationService class.
Top
  NameDescription
Public propertyApplicationIdleDetectionModeGets or sets whether application idle detection is enabled.
Public propertyStatic memberCurrentGets the PhoneApplicationService object associated with the current application.
Public propertyStartupModeGets the mode in which the application was started.
Public propertyStateGets the dictionary used for passing an application’s state between invocations.
Public propertyUserIdleDetectionModeGets or sets whether user idle detection is enabled.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStartServiceThis method is used by the underlying implementation of the PhoneApplicationService and should not be used by applications.
Public methodStopServiceThis method is used by the underlying implementation of the PhoneApplicationService and should not be used by applications.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventActivatedOccurs when the application is being made active after previously being put into a dormant state or tombstoned.
Public eventClosingOccurs when the application is exiting.
Public eventDeactivatedOccurs when the application is being deactivated.
Public eventLaunchingOccurs when the application is being launched.
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.