@@ -487,7 +487,7 @@ EventStoreAllCatchUpSubscription SubscribeToAllFrom(
487487 /// <param name="groupName">The name of the group to create</param>
488488 /// <param name="settings">The <see cref="PersistentSubscriptionSettings"></see> for the subscription</param>
489489 /// <param name="credentials">The credentials to be used for this operation.</param>
490- /// <returns>A <see cref="PersistentSubscriptionCreateResult "/>.</returns>
490+ /// <returns>A <see cref="Task "/>.</returns>
491491 Task UpdatePersistentSubscriptionAsync ( string stream , string groupName , PersistentSubscriptionSettings settings , UserCredentials credentials ) ;
492492
493493
@@ -498,7 +498,7 @@ EventStoreAllCatchUpSubscription SubscribeToAllFrom(
498498 /// <param name="groupName">The name of the group to create</param>
499499 /// <param name="settings">The <see cref="PersistentSubscriptionSettings"></see> for the subscription</param>
500500 /// <param name="credentials">The credentials to be used for this operation.</param>
501- /// <returns>A <see cref="PersistentSubscriptionCreateResult "/>.</returns>
501+ /// <returns>A <see cref="Task "/>.</returns>
502502 Task CreatePersistentSubscriptionAsync ( string stream , string groupName , PersistentSubscriptionSettings settings , UserCredentials credentials ) ;
503503
504504
@@ -508,7 +508,7 @@ EventStoreAllCatchUpSubscription SubscribeToAllFrom(
508508 /// <param name="stream">The name of the stream to delete the persistent subscription on</param>
509509 /// <param name="groupName">The name of the group to delete</param>
510510 /// <param name="userCredentials">User credentials to use for the operation</param>
511- /// <returns>A <see cref="PersistentSubscriptionDeleteResult "/>.</returns>
511+ /// <returns>A <see cref="Task "/>.</returns>
512512 Task DeletePersistentSubscriptionAsync ( string stream , string groupName , UserCredentials userCredentials = null ) ;
513513
514514 /*
0 commit comments