Click or drag to resize

INotification<T, TResult>.Subscribe Method

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDisposable Subscribe(
	Func<T, TResult> handler
)

Parameters

handler
Type: System.Func<T, TResult>

Return Value

Type: IDisposable
See Also