Adding ColdStart event

avinationmerge
lcc 2010-04-10 23:39:06 +02:00
parent c4eaf195b5
commit c6ba50b7e2
1 changed files with 1 additions and 0 deletions

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);
}