Class FabricTransportRemotingCommonRequestReceiverBuilderExtensions
RequestReceiverBuilder extensions.
Inheritance
System.Object
FabricTransportRemotingCommonRequestReceiverBuilderExtensions
Namespace: Copper.Remoting.Common
Assembly: Copper.Remoting.FabricTransportRemoting.Common.dll
Syntax
public static class FabricTransportRemotingCommonRequestReceiverBuilderExtensions
Methods
View SourceUseFabricTransportRemoting(RequestReceiverBuilder, ServiceContext, String)
Configures the request receiver builder to use the Service Fabric Remoting transport.
Declaration
public static RequestReceiverBuilder UseFabricTransportRemoting(this RequestReceiverBuilder requestReceiverBuilder, ServiceContext serviceContext, string listenerName)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestReceiverBuilder | requestReceiverBuilder | The request receiver builder. |
| ServiceContext | serviceContext | The service context. |
| System.String | listenerName | The listener name. |
Returns
| Type | Description |
|---|---|
| RequestReceiverBuilder |