Class ReactiveClient
Exposes reactive processing client-side operations using a provider to perform service-side operations.
Implements
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Service.dll
Syntax
public class ReactiveClient : ReactiveClientBase, IReactiveClient
Constructors
ReactiveClient(IReactiveClientEngineProvider, IReactiveExpressionServices)
Creates a new reactive processing client using the specified client operations provider.
Declaration
public ReactiveClient(IReactiveClientEngineProvider provider, IReactiveExpressionServices expressionServices)
Parameters
Type | Name | Description |
---|---|---|
IReactiveClientEngineProvider | provider | Client operations provider. |
IReactiveExpressionServices | expressionServices | Expression services object, used to perform expression tree manipulations. |