Exemple #1
0
 /// <summary>
 /// Initializes a new async instance.
 /// </summary>
 /// <param name="events">The events.</param>
 private Events(Events events) : base(UU.EventsWithAsync(events.Target), events.Marshaller)
 {
     _clusterGroup = events.ClusterGroup;
 }
Exemple #2
0
 /** <inheritDoc /> */
 public virtual IEvents WithAsync()
 {
     return(new EventsAsync(UU.EventsWithAsync(Target), Marshaller, ClusterGroup));
 }