SystemState.EnableApplicationLauncher Method (String)
3/29/2010
Enable the Application Launcher for this object. When your event is raised, your app will be launched. When your app is launched, "/notify 'applicationLaunchId'" (no quotes) will be passed on the command line.
Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)
Syntax
public override void EnableApplicationLauncher (
string applicationLaunchId
)
'Declaration
Public Overrides Sub EnableApplicationLauncher ( _
applicationLaunchId As String _
)
Parameters
- applicationLaunchId
id of the SystemState to enable
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.
See Also
Reference
SystemState Class
SystemState Members
Microsoft.WindowsMobile.Status Namespace