Table of Contents

Class SharedListenerAttribute

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
[AttributeUsage(AttributeTargets.Class)]
public class SharedListenerAttribute : Attribute
Inheritance
SharedListenerAttribute
Inherited Members

Constructors

SharedListenerAttribute(string)

public SharedListenerAttribute(string sharedListenerId)

Parameters

sharedListenerId string

Properties

SharedListenerId

public string SharedListenerId { get; }

Property Value

string