PhoneApplicationService.StartService Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This method is used by the underlying implementation of the PhoneApplicationService and should not be used by applications.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub StartService ( _
    context As ApplicationServiceContext _
)
public void StartService(
    ApplicationServiceContext context
)

Parameters

Implements

IApplicationService..::.StartService(ApplicationServiceContext)

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

PhoneApplicationService Class

Microsoft.Phone.Shell Namespace