IHubFilter Interfejs

Definicja

Abstrakcja filtru dla wywołań metod centrum.

public interface class IHubFilter
public interface IHubFilter
type IHubFilter = interface
Public Interface IHubFilter

Metody

InvokeMethodAsync(HubInvocationContext, Func<HubInvocationContext,ValueTask<Object>>)

Umożliwia obsługę wszystkich wywołań metod centrum.

OnConnectedAsync(HubLifetimeContext, Func<HubLifetimeContext,Task>)

Umożliwia obsługę OnConnectedAsync() metody .

OnDisconnectedAsync(HubLifetimeContext, Exception, Func<HubLifetimeContext,Exception,Task>)

Umożliwia obsługę OnDisconnectedAsync(Exception) metody .

Dotyczy