Microsoft.ServiceFabric.Services.Remoting.Builder Namespace
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.
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. |
Azure SDK for .NET