[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	accessorMethodName As String _
)
C#
public LegacyMethodPropDesc (
	string name,
	string accessorMethodName
)
Visual C++
public:
LegacyMethodPropDesc (
	String^ name, 
	String^ accessorMethodName
)

Parameters

name
System.String
is the event method name
accessorMethodName
System.String
is the accessor method name