iControl.LocalLBLSNPool.get_log_profile C# (CSharp) Method

get_log_profile() private method

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