Delegate FunctionNotificationEventHandler
Delegate backing the FunctionNotify event
Namespace:AzureFunctionsForSharePoint.Common
Assembly:AzureFunctionsForSharePoint.Common.dll
Syntax
public delegate void FunctionNotificationEventHandler(object sender, FunctionNotificationEventArgs eventArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The function handler |
| FunctionNotificationEventArgs | eventArgs | The event data |