|
Pip-Services-Commons-Dotnet
|
Interface for components that should clean their state. More...
Public Member Functions | |
| Task | ClearAsync (string correlationId) |
| Clears component state. More... | |
Interface for components that should clean their state.
Cleaning state most often is used during testing. But there may be situations when it can be done in production.
| Task PipServices3.Commons.Run.ICleanable.ClearAsync | ( | string | correlationId | ) |
Clears component state.
| correlationId | (optional) transaction id to trace execution through call chain. |
1.8.13