iControl.LocalLBPool.get_profile C# (CSharp) Method

get_profile() private method

private get_profile ( string pool_names ) : CommonPoolProfileAttribute[][]
pool_names string
return CommonPoolProfileAttribute[][]
        public CommonPoolProfileAttribute[][] get_profile(
		string [] pool_names
	)
        {
            object [] results = this.Invoke("get_profile", new object [] {
                pool_names});
            return ((CommonPoolProfileAttribute [] [])(results[0]));
        }
LocalLBPool