コード例 #1
0
 private void NewEventCallback(EventItem data)
 {
     _eventHub.AddToPublishQueue(data.ToJson(), "event");
 }