Microsoft.ServiceFabric.Actors.Remoting.V2 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
ActorRemotingDataContractSerializationProvider |
This is the default implmentation for IServiceRemotingMessageSerializationProviderused by actor remoting. It uses DataContractSerializer for serialization of remoting request and response message bodies. |
ActorRemotingDispatchHeaders |
Specifies the headers that are sent along with a ServiceRemoting message. This class is used with Service Independent Dispatcher ActorServiceRemotingDispatcher .e.g Short-Circuiting (Where client and service are in same process) |
ActorRemotingWrappingDataContractSerializationProvider |
This is the implmentation for IServiceRemotingMessageSerializationProviderused by actor service and client during request/response serialization . It uses request Wrapping and data contract for serialization. |
Interfaces
IActorRemotingMessageHeaders |
Specifies the headers that are sent along with a ServiceRemoting message. |
Azure SDK for .NET