C# Класс Microsoft.AspNetCore.SignalR.Hubs.HubMethodDispatcher

Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( IHub hub, object parameters ) : object
HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic

Приватные методы

Метод Описание
GetExecutor ( MethodInfo methodInfo ) : HubMethodExecutor
WrapVoidAction ( VoidHubMethodExecutor executor ) : HubMethodExecutor

Описание методов

Execute() публичный Метод

public Execute ( IHub hub, object parameters ) : object
hub IHub
parameters object
Результат object

HubMethodDispatcher() публичный Метод

public HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic
methodInfo System.Reflection.MethodInfo
Результат System.Collections.Generic