11 public ::std::enable_shared_from_this<::Bedrock::Http::DispatcherProcess> {
20 DispatcherProcess& operator=(DispatcherProcess
const&);
21 DispatcherProcess(DispatcherProcess
const&);
27 virtual ~DispatcherProcess() ;
29 virtual void initialize();
31 virtual void shutdown();
33 virtual void suspend();
35 virtual void resume();
41 MCNAPI
explicit DispatcherProcess(::std::shared_ptr<::Bedrock::Http::DispatcherProcess> childProcess);
47 MCNAPI
void*
$ctor(::std::shared_ptr<::Bedrock::Http::DispatcherProcess> childProcess);