IBinding.Run 메서드
데이터 생성기가 공급하고 데이터 소비자가 소비하는 계산을 시작합니다.
네임스페이스: Microsoft.ComplexEventProcessing.Linq
어셈블리: Microsoft.ComplexEventProcessing(Microsoft.ComplexEventProcessing.dll)
구문
‘선언
Function Run As IDisposable
‘사용 방법
Dim instance As IBinding
Dim returnValue As IDisposable
returnValue = instance.Run()
IDisposable Run()
IDisposable^ Run()
abstract Run : unit -> IDisposable
function Run() : IDisposable
반환 값
유형: System.IDisposable
계산에 대한 핸들입니다.