IBinding Interface

Binding between a data generator and data consumer.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
Public Interface IBinding
'Usage
Dim instance As IBinding
public interface IBinding
public interface class IBinding
type IBinding =  interface end
public interface IBinding

The IBinding type exposes the following members.

Methods

  Name Description
Public method Run Begins a computation in which the data generator produces and the data consumer consumes.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace