IBinding.Run Method

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 As IDisposable
'Usage
Dim instance As IBinding 
Dim returnValue As IDisposable 

returnValue = instance.Run()
IDisposable Run()
IDisposable^ Run()
abstract Run : unit -> IDisposable
function Run() : IDisposable

Return Value

Type: System.IDisposable
Handle for the computation.

See Also

Reference

IBinding Interface

Microsoft.ComplexEventProcessing.Linq Namespace