iControl.LocalLBLSNPool.get_pcp_selfip C# (CSharp) Method

get_pcp_selfip() private method

private get_pcp_selfip ( string pools ) : string[]
pools string
return string[]
        public string[] get_pcp_selfip(
		string [] pools
	)
        {
            object [] results = this.Invoke("get_pcp_selfip", new object [] {
                pools});
            return ((string [])(results[0]));
        }
LocalLBLSNPool