Share via


PhoneApplicationService.StartService Method

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

Syntax

'Declaration
Public Sub StartService ( _
    context As ApplicationServiceContext _
)
public void StartService(
    ApplicationServiceContext context
)
public:
virtual void StartService(
    ApplicationServiceContext^ context
) sealed
abstract StartService : 
        context:ApplicationServiceContext -> unit  
override StartService : 
        context:ApplicationServiceContext -> unit

Parameters

Implements

IApplicationService.StartService(ApplicationServiceContext)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationService Class

Microsoft.Phone.Shell Namespace