C# Class UnsupportedStreamProcessorStatewithSubscriptionId, Runtime

Exception that gets thrown when trying to use SubscriptionId with an unsupported IStreamProcessorState.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
UnsupportedStreamProcessorStatewithSubscriptionId ( SubscriptionId id, IStreamProcessorState state ) : System,

Initializes a new instance of the UnsupportedStreamProcessorStatewithSubscriptionId class.

Method Details

UnsupportedStreamProcessorStatewithSubscriptionId() public méthode

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