event iAnywhere.MobiLink.Script.ShutdownCallback ShutdownListener( iAnwyhere.MobiLink.Script.ServerContext sc) Member of iAnywhere.MobiLink.Script.ServerContext
This event is triggered on shutdown. The following code is an example of how to use this event:
ShutdownCallback callback = new ShutdownCallback( shutdownHandler );
_sc.ShutdownListener += callback;
public void shutdownHandler( ServerContext sc )
//===============================================
{
_test_out_file.WriteLine( "shutdownPerformed" );
} |
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |