/// <summary> /// Returns the Stream IO handle for this job's events. /// </summary> /// <param name="args">The variable arguments sent to the .../events /// endpoint</param> /// <returns>The Stream IO handle</returns> public Stream Events(JobEventsArgs args) { return this.Events((Args) args); }
/// <summary> /// Returns the Stream IO handle for this job's events. /// </summary> /// <param name="args">The variable arguments sent to the .../events /// endpoint</param> /// <returns>The Stream IO handle</returns> public Stream Events(JobEventsArgs args) { return(this.Events((Args)args)); }