Microsoft.AspNetCore.SignalR.Hubs.ReflectedHubDescriptorProvider.TryGetHub C# (CSharp) Метод

TryGetHub() публичный Метод

public TryGetHub ( string hubName, HubDescriptor &descriptor ) : bool
hubName string
descriptor HubDescriptor
Результат bool
        public bool TryGetHub(string hubName, out HubDescriptor descriptor)
        {
            return _hubs.Value.TryGetValue(hubName, out descriptor);
        }