Netuitive.CollectdWin.IngestElement.IngestElement C# (CSharp) Method

IngestElement() public method

public IngestElement ( string id, string name, string type, string location ) : System
id string
name string
type string
location string
return System
        public IngestElement(string id, string name, string type, string location)
        {
            this.id = id;
            this.name = name;
            this.type = type;
            this.location = location;
        }