ServiceInstanceListener Class
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.
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
Azure SDK for .NET