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

FormatError_HubInvocationFailed() static private method

There was an error invoking Hub method '{0}.{1}'.
static private FormatError_HubInvocationFailed ( object p0, object p1 ) : string
p0 object
p1 object
return string
        internal static string FormatError_HubInvocationFailed(object p0, object p1)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_HubInvocationFailed"), p0, p1);
        }
Resources