2017-04-11 5 views

Antwort

1

Nach this post es konfiguriert ist, auf der Nabe Ebene über RegistrationTtl property:

var namespaceManager = NamespaceManager.CreateFromConnectionString("connectionstring"); 
NotificationHubDescription hub = namespaceManager.GetNotificationHub("foo"); 
hub.RegistrationTtl = TimeSpan.MaxValue; 
namespaceManager.UpdateNotificationHub(hub); 
Verwandte Themen