Class ReactiveClientProxy
Exposes reactive processing client-side operations using a provider to perform service-side operations.
Implements
Inherited Members
ReactiveClientProxyBase.GetObservable<TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult>(Uri)
Namespace: Reaqtor
Assembly: Reaqtor.Client.dll
Syntax
public class ReactiveClientProxy : ReactiveClientProxyBase, IReactiveClientProxy
Constructors
ReactiveClientProxy(IReactiveClientServiceProvider, IReactiveExpressionServices)
Creates a new reactive processing client using the specified client operations provider.
Declaration
public ReactiveClientProxy(IReactiveClientServiceProvider provider, IReactiveExpressionServices expressionServices)
Parameters
Type | Name | Description |
---|---|---|
IReactiveClientServiceProvider | provider | Client operations provider. |
IReactiveExpressionServices | expressionServices | Expression services object, used to perform expression tree manipulations. |