Hi,
Within the xml comments for the CreatePersistentSubscription method, it states that the method returns a PersistentSubscriptionCreateResult. This type doesn’t seem to be available and the CreatePersistentSubscription returns just a Task.
Is this an error in the docs, or the implementation?
This is the same for all methods pertaining to persistent subscriptions from what I can see.
How can creating a persistent subscription fail? Is a specific exception thrown if, for example, the subscription already exists? I need to create a subscription at runtime and want to ensure that the creation succeeds before use.
Any help appreciated.
Kind regards
Sean.