Exemple #1
0
 /// <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);
 }
Exemple #2
0
 /// <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));
 }