IRemoteProvider.CreateObserver<TElement> Method

Creates a remote observer using the given definition.

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

Syntax

'Declaration
Function CreateObserver(Of TElement) ( _
    expression As Expression _
) As IRemoteObserver(Of TElement)
'Usage
Dim instance As IRemoteProvider 
Dim expression As Expression 
Dim returnValue As IRemoteObserver(Of TElement)

returnValue = instance.CreateObserver(expression)
IRemoteObserver<TElement> CreateObserver<TElement>(
    Expression expression
)
generic<typename TElement>
IRemoteObserver<TElement>^ CreateObserver(
    Expression^ expression
)
abstract CreateObserver : 
        expression:Expression -> IRemoteObserver<'TElement> 
JScript does not support generic types and methods.

Type Parameters

  • TElement
    The observer element type.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.IRemoteObserver<TElement>
The proxy for remote observer.

See Also

Reference

IRemoteProvider Interface

Microsoft.ComplexEventProcessing.Linq Namespace