Microsoft.ServiceFabric.Services.Remoting.Builder Namespace
Contains classes that support managing service remoting.
Classes
CodeBuilderAttribute |
The Attribute class to configure dyanamic code generation process for service remoting. |
MethodDispatcherBase |
This class dispatches requests from the client to the interface/method of the remoted object. This class is used by remoting code generator. |
ProxyBase |
The base class used by remoting code generator to generate the proxy for the remoted interfaces. |
Interfaces
IProxyActivator |
Interface to create ProxyBase objects. |