IJsonRpcLocalProxy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that local proxy objects may implement to generate proxies for other types.
public interface IJsonRpcLocalProxy
type IJsonRpcLocalProxy = interface
Public Interface IJsonRpcLocalProxy
Methods
ConstructLocalProxy<T>() |
Creates a local proxy for a new type that targets the same underlying object as the current proxy. |