메소드 | 설명 | |
---|---|---|
PostProcess ( IServiceRequestResult result ) : void |
A method that injects service proxies in place of the actual IServiceRequestResult.ActualResult.
|
|
ProxyInjector ( bool>.Func |
Initializes the class with the filterPredicate and the createProxy factory method.
|
public PostProcess ( IServiceRequestResult result ) : void | ||
result | IServiceRequestResult | The |
리턴 | void |
public ProxyInjector ( bool>.Func |
||
filterPredicate | bool>.Func | The predicate that will determine which service requests will be proxied. |
createProxy | object>.Func | The factory method that will generate the proxy instance itself. |
리턴 | System |