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"); } |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |