forwardToString Method    Table of ContentISecurityDefinition Interfaceforward
InfoHandler Delegate
Encapsulates a method which is called when an information event occurs.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public delegate void InfoHandler(
	Handler handler,
	string description
)

Parameters

handler
Type: OnixS.CmeMdHandler.Handler
Handler which caused event.
description
Type: System.String
Event description.
See Also