Click or drag to resize

INotificationService.SubscribeOnCashChequePrinting Method

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IDisposable SubscribeOnCashChequePrinting(
	RemotableFunc<Guid, CashCheque> callback
)

Parameters

callback
Type: Resto.Front.Api.V5.RemotingHelpers.RemotableFunc<Guid, CashCheque>

Return Value

Type: IDisposable
See Also