IStreamableBinding Interface

Represents the binding of streamable data.

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

Syntax

'Declaration
Public Interface IStreamableBinding _
    Inherits IBinding
'Usage
Dim instance As IStreamableBinding
public interface IStreamableBinding : IBinding
public interface class IStreamableBinding : IBinding
type IStreamableBinding =  
    interface 
        interface IBinding 
    end
public interface IStreamableBinding extends IBinding

The IStreamableBinding 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. (Inherited from IBinding.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace