Click or drag to resize

INotificationT, TResultSubscribe Method

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

Parameters

handler
Type: SystemFuncT, TResult

Return Value

Type: IDisposable
See Also