correct managed esl sample

This commit is contained in:
Jeff Lenk 2012-01-27 16:04:54 -06:00
parent 29f66f994c
commit c2ac8f5fcc
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ namespace ManagedEslTest
ESLconnection eslConnection = new ESLconnection(sckClient.Handle.ToInt32());
ESLevent eslEvent = eslConnection.GetInfo();
string strUuid = eslEvent.GetHeader("UNIQUE-ID");
string strUuid = eslEvent.GetHeader("UNIQUE-ID", 0);
eslConnection.SendRecv("myevents");
eslConnection.SendRecv("divert_events on");