Class SharedListenerAttribute
[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; }