Adding ColdStart event

This commit is contained in:
lcc
2010-04-10 23:39:06 +02:00
parent c4eaf195b5
commit c6ba50b7e2

View File

@@ -8,4 +8,5 @@ public interface ISnmpModule
{
void Alert(string message);
void Trap(int code,string simname,string Message);
void ColdStart(int step , string simname);
}