Interface ILogCleanup
Namespace: Estrelica.Interfaces
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface ILogCleanup
Methods
Cleanup(Action<string>)
Declaration
void Cleanup(Action<string> responseCallback)
Parameters
Action<string> responseCallback |