コード例 #1
0
 public EventingPullHandler(IEventSource eventSource)
 {
     _subscription = new PullSubscription(eventSource);
 }
コード例 #2
0
 public EventingPullHandler(IEventSource eventSource)
 {
     _subscription = new PullSubscription(eventSource);
 }