Click or drag to resize

NotificationServiceExtensionsSubscribeOnCashChequePrinting Method

Namespace:  Resto.Front.Api.Extensions
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static IDisposable SubscribeOnCashChequePrinting(
	this INotificationService notificationService,
	Func<Guid, CashCheque> callback
)

Parameters

notificationService
Type: Resto.Front.ApiINotificationService
callback
Type: SystemFuncGuid, CashCheque

Return Value

Type: IDisposable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type INotificationService. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also