ActorRemotingProviderAttribute.CreateServiceRemotingListeners Method
Definition
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.
Creates a V2 service remoting listener for remoting the service interface.
public abstract System.Collections.Generic.Dictionary<string,Func<Microsoft.ServiceFabric.Actors.Runtime.ActorService,Microsoft.ServiceFabric.Services.Remoting.Runtime.IServiceRemotingListener>> CreateServiceRemotingListeners ();
abstract member CreateServiceRemotingListeners : unit -> System.Collections.Generic.Dictionary<string, Func<Microsoft.ServiceFabric.Actors.Runtime.ActorService, Microsoft.ServiceFabric.Services.Remoting.Runtime.IServiceRemotingListener>>
Public MustOverride Function CreateServiceRemotingListeners () As Dictionary(Of String, Func(Of ActorService, IServiceRemotingListener))
Returns
- System.Collections.Generic.Dictionary<System.String,System.Func<ActorService,IServiceRemotingListener>>
An IServiceRemotingListener for the specified service.