/// <summary> /// Returns the machine on which the dataset is running. /// </summary> /// <returns> /// The machine on which the dataset is running. /// </returns> public NetworkIdentifier RunsOn() { return(m_Dataset.RunsOn()); }