Adding ColdStart event
parent
c4eaf195b5
commit
c6ba50b7e2
|
@ -8,4 +8,5 @@ public interface ISnmpModule
|
||||||
{
|
{
|
||||||
void Alert(string message);
|
void Alert(string message);
|
||||||
void Trap(int code,string simname,string Message);
|
void Trap(int code,string simname,string Message);
|
||||||
|
void ColdStart(int step , string simname);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue