Intersoft ClientUI Documentation
StartService Method



Called when the application that host the UXShell object is started.
Syntax
Public Sub StartService( _
   ByVal context As ApplicationServiceContext _
) 
Dim instance As UXShell
Dim context As ApplicationServiceContext
 
instance.StartService(context)
public void StartService( 
   ApplicationServiceContext context
)
public:
void StartService( 
   ApplicationServiceContext^ context
) 

Parameters

context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback