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

FormatError_AmbiguousMessage() static private method

Ambiguous message. Unable to send to both '{0}' and '{1}'.
static private FormatError_AmbiguousMessage ( object p0, object p1 ) : string
p0 object
p1 object
return string
        internal static string FormatError_AmbiguousMessage(object p0, object p1)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_AmbiguousMessage"), p0, p1);
        }
Resources