Akka.Interfaced.MessageFilterFactoryTest.MessageFilterPerMessageAttribute.IFilterPerInvokeFactory C# (CSharp) Метод

IFilterPerInvokeFactory() приватный Метод

private IFilterPerInvokeFactory ( Type actorType, MethodInfo method ) : void
actorType System.Type
method System.Reflection.MethodInfo
Результат void
            void IFilterPerInvokeFactory.Setup(Type actorType, MethodInfo method)
            {
                _actorType = actorType;
                _method = method;
            }

Same methods

MessageFilterFactoryTest.MessageFilterPerMessageAttribute::IFilterPerInvokeFactory ( object actor, object message ) : IFilter
MessageFilterFactoryTest.MessageFilterPerMessageAttribute