DevForce Help Reference
OnServiceShutdown Method


Always null
Always empty
Called when the EntityService is shutting down.
Syntax
'Declaration
 
Public Overridable Sub OnServiceShutdown( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As EntityServiceApplication
Dim sender As Object
Dim e As EventArgs
 
instance.OnServiceShutdown(sender, e)
public virtual void OnServiceShutdown( 
   object sender,
   EventArgs e
)

Parameters

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

Note that all TraceSubscribers (including the DebugLog) may have shutdown so any trace messages written here could be lost.

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