|
Pip-Services-Commons-Dotnet
|
Interface for components that can be asynchronously notified. The notification may include optional argument that describe the occured event. More...
Public Member Functions | |
| Task | NotifyAsync (string correlationId, Parameters args) |
| Notifies the component about occured event. More... | |
Interface for components that can be asynchronously notified. The notification may include optional argument that describe the occured event.
See Notifier, IExecutable
| Task PipServices3.Commons.Run.INotifiable.NotifyAsync | ( | string | correlationId, |
| Parameters | args | ||
| ) |
Notifies the component about occured event.
| correlationId | (optional) transaction id to trace execution through call chain. |
| args | notification arguments. |
Implemented in PipServices3.Commons.Commands.Event.
1.8.13