Delegate WarningHandler
Encapsulates a method which is called when a warning event occurs.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void WarningHandler(Handler handler, string description, WarningReason reason);
Parameters
| Type | Name | Description |
|---|---|---|
| Handler | handler | Handler which caused event. |
| System.String | description | Warning description. |
| WarningReason | reason | Warning type. |