Click or drag to resize

MethodInvocationStream Class

An stream that polls from a method.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaStream
    com.espertech.esper.common.client.sodaMethodInvocationStream

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class MethodInvocationStream : Stream

The MethodInvocationStream type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyClassName
Returns the name of the class providing the method.
Public propertyMethodName
Returns the name of the static method to invoke in the from-clause.
Public propertyOptionalEventTypeName
Returns the optional event type name
Public propertyParameterExpressions
Returns a list of expressions that are parameters to the method.
Public propertyStreamName
Returns the stream name.
(Inherited from Stream.)
Top
Methods
See Also