C# Class LLQ.SubscriberCallbackAttribute

Inheritance: System.Attribute
Show file Open project: brookshi/LLQNotifier

Public Methods

Method Description
SubscriberCallbackAttribute ( Type eventType, NotifyPriority priority = DEFAULT_PRIORITY, ThreadMode threadMode = DEFAULT_THREAD_MODE ) : System

Method Details

SubscriberCallbackAttribute() public method

public SubscriberCallbackAttribute ( Type eventType, NotifyPriority priority = DEFAULT_PRIORITY, ThreadMode threadMode = DEFAULT_THREAD_MODE ) : System
eventType System.Type
priority NotifyPriority
threadMode ThreadMode
return System