/// <summary> /// Initializes a new instance of the EventHubStreamInputDataSource /// class with required arguments. /// </summary> public EventHubStreamInputDataSource(EventHubStreamInputDataSourceProperties properties) : this() { if (properties == null) { throw new ArgumentNullException("properties"); } this.Properties = properties; }