ServiceInstanceListener Class

Definition

Represents the communication listener and its properties for a Stateless Service instance. Endpoints given out by the communication listener are associated with the name of the communication listener.

public sealed class ServiceInstanceListener
type ServiceInstanceListener = class
Public NotInheritable Class ServiceInstanceListener
Inheritance
ServiceInstanceListener

Constructors

ServiceInstanceListener(Func<StatelessServiceContext,ICommunicationListener>, String)

Initializes a new instance of the ServiceInstanceListener class.

Fields

DefaultName

Provides the default name of the service instance listener.

Properties

CreateCommunicationListener

Gets the factory method for creating the communication listener.

Name

Gets the name of the communication listener.

Applies to