Table of Contents

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 ActionExecutingContext

ActionExecutingContext to handle for.

Returns

Task

A Task representing the asynchronous operation.