IRemoteBinding.Run Method (String)

Begins a computation in which the data generator produces and the data consumer consumes.

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

Syntax

'Declaration
Function Run ( _
    id As String _
) As IDisposable
'Usage
Dim instance As IRemoteBinding 
Dim id As String 
Dim returnValue As IDisposable 

returnValue = instance.Run(id)
IDisposable Run(
    string id
)
IDisposable^ Run(
    String^ id
)
abstract Run : 
        id:string -> IDisposable
function Run(
    id : String
) : IDisposable

Parameters

  • id
    Type: System.String
    Identifier that can be used to later retrieve a handle on the computation.

Return Value

Type: System.IDisposable
Handle for the computation.

See Also

Reference

IRemoteBinding Interface

Run Overload

Microsoft.ComplexEventProcessing.Linq Namespace