Delegate EpasClient.StatusNotification
Delegate definition for status notifications
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public delegate void StatusNotification(bool state);
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | state | True if the status is active, false if it is not active |