Click or drag to resize

INotificationT, TResult Interface

Defines a provider for push-based notification.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface INotification<out T, in TResult>

Type Parameters

T
TResult

The INotificationT, TResult type exposes the following members.

Methods
  NameDescription
Public methodSubscribe
Top
See Also