Delegate InfoHandler
Encapsulates a method which is called when an information event occurs.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void InfoHandler(Handler handler, string description);
Parameters
Type | Name | Description |
---|---|---|
Handler | handler | Handler which caused event. |
System.String | description | Event description. |