Appccelerate.EventBroker.Internals.Subscriptions.DelegateWrapper.CreateSubscriptionDelegate C# (CSharp) 메소드

CreateSubscriptionDelegate() 보호된 메소드

protected CreateSubscriptionDelegate ( object subscriber ) : Delegate
subscriber object
리턴 System.Delegate
        protected Delegate CreateSubscriptionDelegate(object subscriber)
        {
            return Delegate.CreateDelegate(this.EventHandlerType, subscriber, this.HandlerMethod);
        }
    }