DevForce Help Reference
OnServiceStartup Method


Always null
Called when the EntityService is started.
Syntax
'Declaration
 
Public Overridable Sub OnServiceStartup( _
   ByVal sender As Object, _
   ByVal e As ServiceStartupEventArgs _
) 
'Usage
 
Dim instance As EntityServiceApplication
Dim sender As Object
Dim e As ServiceStartupEventArgs
 
instance.OnServiceStartup(sender, e)
public virtual void OnServiceStartup( 
   object sender,
   ServiceStartupEventArgs e
)

Parameters

sender
Always null
e
Remarks
You can override this method in your subclass to perform custom startup logic.

The IdeaBlade.Core.IdeaBladeConfig provided in the ServiceStartupEventArgs may be modified as needed. These modifications will be available for all following EntityServer processing.

The EntityService starts upon the first client request.

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

EntityServiceApplication Class
EntityServiceApplication Members

Send Feedback