IRemoteBinding Interface

Remote binding between a data generator and data consumer.

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

Syntax

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

The IRemoteBinding 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.

Top

Extension Methods

  Name Description
Public Extension Method With (Defined by RemoteProvider.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace