Interface IClientEnumerableObservable
- Namespace
- Cratis.Applications.Queries
- Assembly
- Cratis.Applications.dll
Defines an enumerable that is observed by a connected client.
public interface IClientEnumerableObservable
Methods
HandleConnection(ActionExecutingContext)
Handle the action context and result from the action.
Task HandleConnection(ActionExecutingContext context)
Parameters
context
ActionExecutingContextActionExecutingContext to handle for.