iControl.NetworkingBWControllerPolicy.get_measurement_state C# (CSharp) Method

get_measurement_state() private method

private get_measurement_state ( string policies ) : CommonEnabledState[]
policies string
return CommonEnabledState[]
        public CommonEnabledState[] get_measurement_state(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_measurement_state", new object [] {
                policies});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingBWControllerPolicy