C# 클래스 UnsupportedStreamProcessorStatewithSubscriptionId, Runtime

Exception that gets thrown when trying to use SubscriptionId with an unsupported IStreamProcessorState.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
UnsupportedStreamProcessorStatewithSubscriptionId ( SubscriptionId id, IStreamProcessorState state ) : System,

Initializes a new instance of the UnsupportedStreamProcessorStatewithSubscriptionId class.

메소드 상세

UnsupportedStreamProcessorStatewithSubscriptionId() 공개 메소드

Initializes a new instance of the UnsupportedStreamProcessorStatewithSubscriptionId class.
public UnsupportedStreamProcessorStatewithSubscriptionId ( SubscriptionId id, IStreamProcessorState state ) : System,
id SubscriptionId The .
state IStreamProcessorState The given .
리턴 System,