IRemote Interface

A component that is remotely hosted.

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

Syntax

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

The IRemote type exposes the following members.

Properties

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

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace