ICrudEvents
Assembly: ServiceStack.Server.dll
View Source
Declaration
public interface ICrudEvents
Methods
Record(CrudContext)
Record an AutoCrudEvent Sync
View Source
Declaration
void Record(CrudContext context)
Parameters
Type | Name |
---|---|
ServiceStack.CrudContext | context |
RecordAsync(CrudContext)
Record an AutoCrudEvent Async
View Source
Declaration
Task RecordAsync(CrudContext context)
Returns
Task
Parameters
Type | Name |
---|---|
ServiceStack.CrudContext | context |