Microsoft.AspNetCore.SignalR.Resources.FormatError_MultipleActivatorsAreaRegisteredCallGetServices C# (CSharp) 메소드

FormatError_MultipleActivatorsAreaRegisteredCallGetServices() 정적인 개인적인 메소드

Multiple activators for type {0} are registered. Please call GetServices instead.
static private FormatError_MultipleActivatorsAreaRegisteredCallGetServices ( object p0 ) : string
p0 object
리턴 string
        internal static string FormatError_MultipleActivatorsAreaRegisteredCallGetServices(object p0)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_MultipleActivatorsAreaRegisteredCallGetServices"), p0);
        }
Resources