C# Class EventCentric.Messaging.Commands.AddNewSubscriptionOnTheFly

This adds a new subscription on the fly and starts polling. If the subscription fails the system will shutdown. The EventCentric.Polling.ISubscriptionRepository will persist the subscription.
Inheritance: SystemMessage
Afficher le fichier Open project: Narvalex/EventCentric

Méthodes publiques

Méthode Description
AddNewSubscriptionOnTheFly ( string streamType, string url, string token ) : System.Threading

Method Details

AddNewSubscriptionOnTheFly() public méthode

public AddNewSubscriptionOnTheFly ( string streamType, string url, string token ) : System.Threading
streamType string
url string
token string
Résultat System.Threading