IRemoteStreamableBinding 인터페이스
Streamable 데이터의 원격 바인딩을 나타냅니다.
네임스페이스: Microsoft.ComplexEventProcessing.Linq
어셈블리: Microsoft.ComplexEventProcessing(Microsoft.ComplexEventProcessing.dll)
구문
‘선언
Public Interface IRemoteStreamableBinding _
Inherits IStreamableBinding, IRemoteBinding, IBinding, IRemote
‘사용 방법
Dim instance As IRemoteStreamableBinding
public interface IRemoteStreamableBinding : IStreamableBinding,
IRemoteBinding, IBinding, IRemote
public interface class IRemoteStreamableBinding : IStreamableBinding,
IRemoteBinding, IBinding, IRemote
type IRemoteStreamableBinding =
interface
interface IStreamableBinding
interface IRemoteBinding
interface IBinding
interface IRemote
end
public interface IRemoteStreamableBinding extends IStreamableBinding, IRemoteBinding, IBinding, IRemote
IRemoteStreamableBinding 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Expression | 원격 구성 요소의 논리를 정의하는 식을 가져옵니다. (IRemote에서 상속됨) | |
Provider | 원격 구성 요소의 구성 및 컴퍼지션을 지원하는 LINQ 공급자를 가져옵니다. (IRemote에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Run() | 데이터 생성기가 공급하고 데이터 소비자가 소비하는 계산을 시작합니다. (IBinding에서 상속됨) | |
Run(String) | 데이터 생성기가 공급하고 데이터 소비자가 소비하는 계산을 시작합니다. (IRemoteBinding에서 상속됨) |
맨 위로 이동
확장 메서드
이름 | 설명 | |
---|---|---|
RunCheckpointable | 임시 스트림 공급자와 소비자 간 바인딩을 기준으로 checkpointable 프로세스를 구성합니다. (CepCheckpointableProcessExtensions에 의해 정의됨) | |
With(IRemoteBinding) | 오버로드되었습니다. (RemoteProvider에 의해 정의됨) | |
With(IRemoteStreamableBinding) | 오버로드되었습니다. (RemoteProvider에 의해 정의됨) |
맨 위로 이동