IServiceExecutor
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IServiceExecutor
Methods
ExecuteAsync(Object, IRequest)
Executes the DTO request under the supplied request context.
View Source
Declaration
Task<object> ExecuteAsync(object requestDto, IRequest request)
Returns
System.Threading.Tasks.Task<System.Object>
Parameters
Type | Name |
---|---|
System.Object | requestDto |
ServiceStack.Web.IRequest | request |