C# Class UnsupportedStreamProcessorStatewithSubscriptionId, Runtime

Exception that gets thrown when trying to use SubscriptionId with an unsupported IStreamProcessorState.
Inheritance: Exception
ファイルを表示 Open project: dolittle/Runtime

Public Methods

Method Description
UnsupportedStreamProcessorStatewithSubscriptionId ( SubscriptionId id, IStreamProcessorState state ) : System,

Initializes a new instance of the UnsupportedStreamProcessorStatewithSubscriptionId class.

Method Details

UnsupportedStreamProcessorStatewithSubscriptionId() public method

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