다음을 통해 공유


IEventSource<T> 인터페이스

이벤트를 통해 해당 요소에 신호를 전송하는 데이터 스트림을 나타냅니다.

네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)

Syntax

'Declaration
Public Interface IEventSource(Of T)
'Usage
Dim instance As IEventSource(Of T)
public interface IEventSource<T>
generic<typename T>
public interface class IEventSource
type IEventSource<'T> =  interface end
JScript does not support generic types and methods.

형식 매개 변수

  • T
    이벤트 인수 형식입니다.

IEventSource<T> 형식은 다음 멤버를 노출합니다.

이벤트

  속성 Description
공개 이벤트 OnNext 데이터 스트림의 다음 요소에 신호를 전송하는 Next 이벤트를 발생합니다.

상위

참고 항목

참조

System.Reactive 네임스페이스