LongPollEventHandler<T> constructor

LongPollEventHandler<T>(
  1. BaseEventType type,
  2. T callback
)

Implementation

LongPollEventHandler(this.type, this.callback);