/// <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; }
/** <inheritDoc /> */ public virtual IEvents WithAsync() { return(new EventsAsync(UU.EventsWithAsync(Target), Marshaller, ClusterGroup)); }