Click or drag to resize

ObservableCall Class

A simple delegate that can be observed. Observable delegates are primarily designed to be used with calls that wrap the child call for collection of diagnostics.
Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.compatObservableCall

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ObservableCall : MulticastDelegate

The ObservableCall type exposes the following members.

Constructors
  NameDescription
Public methodObservableCall
Initializes a new instance of the ObservableCall class
Top
Methods
See Also