Click or drag to resize

INotificationTSubscribe Method

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

Parameters

handler
Type: SystemActionT

Return Value

Type: IDisposable
See Also