IRemoteStreamableBinding Interface

Represents a remote binding of streamable data.

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

Syntax

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

The IRemoteStreamableBinding type exposes the following members.

Properties

  Name Description
Public property Expression Gets expression defining the logic for the remote component. (Inherited from IRemote.)
Public property Provider Gets the LINQ provider supporting construction and composition of remote components. (Inherited from IRemote.)

Top

Methods

  Name Description
Public method Run() Begins a computation in which the data generator produces and the data consumer consumes. (Inherited from IBinding.)
Public method Run(String) Begins a computation in which the data generator produces and the data consumer consumes. (Inherited from IRemoteBinding.)

Top

Extension Methods

  Name Description
Public Extension Method RunCheckpointable Constructs a checkpointable process given a binding between temporal stream producers and consumers. (Defined by CepCheckpointableProcessExtensions.)
Public Extension Method With(IRemoteBinding) Overloaded. (Defined by RemoteProvider.)
Public Extension Method With(IRemoteStreamableBinding) Overloaded. (Defined by RemoteProvider.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace