コード例 #1
0
 public void RemoveQueuedEvents(ProxyEventQueueQuery query)
 {
     Queue.RemoveQueuedEvents(query.GetEventQueueQuery());
 }
コード例 #2
0
 public IEnumerable <ProxyQueuedEvent> GetQueuedEvents(ProxyEventQueueQuery query)
 {
     return(Queue.GetQueuedEvents(query.GetEventQueueQuery()).Select(oQueuedEvent => new ProxyQueuedEvent(oQueuedEvent)));
 }