AsyncWcfLib

WcfDefault.ApplicationStart Method

Library users may change here how to extract the application instance id from commandline arguments.

public static void ApplicationStart(
   string[] args,
   ITracePlugin traceWriter,
   bool installExitHandler
);

Parameters

args
the commandline arguments passed to Main()
traceWriter
null or the plugin to write trace
installExitHandler
when true: install handlers for normal and exceptional application exit

See Also

WcfDefault Class | SourceForge.AsyncWcfLib Namespace