iControl.NetworkingSTPInstance.get_list C# (CSharp) Method

get_list() private method

private get_list ( ) : long[]
return long[]
        public long[] get_list(

	)
        {
            object [] results = this.Invoke("get_list", new object [0]);
            return ((long [])(results[0]));
        }