Microsoft.AspNetCore.SignalR.Resources.FormatError_ServicesNotRegistered C# (CSharp) Method

FormatError_ServicesNotRegistered() static private method

SignalR services have not been registered. Register services by calling 'IServices.UseSignalR()'.
static private FormatError_ServicesNotRegistered ( ) : string
return string
        internal static string FormatError_ServicesNotRegistered()
        {
            return GetString("Error_ServicesNotRegistered");
        }
Resources