iControl.NetworkingBWControllerPolicy.get_category C# (CSharp) Method

get_category() private method

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