Skip to content

Commit 632be28

Browse files
Merge pull request #193376 from pakunapamsft/pakunapa/main/exceptionserialization
Add DCS based remoting exception serialization user guide
2 parents 30879e4 + 57944ac commit 632be28

File tree

3 files changed

+437
-42
lines changed

3 files changed

+437
-42
lines changed

articles/service-fabric/service-fabric-reliable-services-communication-remoting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Service remoting by using C# in Service Fabric
2+
title: Service remoting by using C# in Service Fabric
33
description: Service Fabric remoting allows clients and services to communicate with C# services by using a remote procedure call.
44
ms.topic: conceptual
55
ms.date: 09/20/2017
@@ -346,7 +346,7 @@ This step makes sure that the service is listening only on the V2 listener.
346346
```csharp
347347
[assembly: FabricTransportServiceRemotingProvider(RemotingListenerVersion = RemotingListenerVersion.V2_1, RemotingClientVersion = RemotingClientVersion.V2_1)]
348348
```
349-
349+
350350
### Use custom serialization with a remoting wrapped message
351351

352352
For a remoting wrapped message, we create a single wrapped object with all the parameters as a field in it.
@@ -541,6 +541,7 @@ Follow these steps:
541541

542542
## Next steps
543543

544+
* [Enabling DataContract remoting exception serialization](./service-fabric-reliable-services-exception-serialization.md)
544545
* [Web API with OWIN in Reliable Services](./service-fabric-reliable-services-communication-aspnetcore.md)
545546
* [Windows Communication Foundation communication with Reliable Services](service-fabric-reliable-services-communication-wcf.md)
546547
* [Secure communication for Reliable Services](service-fabric-reliable-services-secure-communication.md)

0 commit comments

Comments
 (0)