C# Class Appccelerate.EventBroker.Internals.Inspection.PropertySubscriptionScanResult

Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
PropertySubscriptionScanResult ( string topic, MethodInfo method, Type handlerType, IEnumerable subscriptionMatcherTypes ) : System

Method Details

PropertySubscriptionScanResult() public method

public PropertySubscriptionScanResult ( string topic, MethodInfo method, Type handlerType, IEnumerable subscriptionMatcherTypes ) : System
topic string
method System.Reflection.MethodInfo
handlerType System.Type
subscriptionMatcherTypes IEnumerable
return System