1
// ****************************************************************
2
// Copyright 2007, Charlie Poole
3
// This is free software licensed under the NUnit license. You may
4
// obtain a copy of the license at http://nunit.org
5
// ****************************************************************
11
/// The IService interface is implemented by all Services.
13
public interface IService
16
/// Initialize the Service
18
void InitializeService();
21
/// Do any cleanup needed before terminating the service
1
// ****************************************************************
2
// Copyright 2007, Charlie Poole
3
// This is free software licensed under the NUnit license. You may
4
// obtain a copy of the license at http://nunit.org
5
// ****************************************************************
11
/// The IService interface is implemented by all Services.
13
public interface IService
16
/// Initialize the Service
18
void InitializeService();
21
/// Do any cleanup needed before terminating the service