Class StreamListenerMethod
Inheritance
System.Object
StreamListenerMethod
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class StreamListenerMethod : object, IStreamListenerMethod
Constructors
|
Edit this page
View Source
StreamListenerMethod(MethodInfo, StreamListenerAttribute)
Declaration
public StreamListenerMethod(MethodInfo method, StreamListenerAttribute attribute)
Parameters
Properties
|
Edit this page
View Source
Attribute
Declaration
public StreamListenerAttribute Attribute { get; }
Property Value
|
Edit this page
View Source
ImplementationType
Declaration
public Type ImplementationType { get; }
Property Value
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; }
Property Value
Type |
Description |
MethodInfo |
|
Implements