iControl.LocalLBLSNPool.get_pcp_profile C# (CSharp) Method

get_pcp_profile() private method

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