Microsoft.AspNetCore.SignalR.Resources.FormatError_NoConfiguration C# (CSharp) Méthode

FormatError_NoConfiguration() static private méthode

A configuration object must be specified.
static private FormatError_NoConfiguration ( ) : string
Résultat string
        internal static string FormatError_NoConfiguration()
        {
            return GetString("Error_NoConfiguration");
        }
Resources