iControl.LocalLBProfilePersistence.get_ending_hash_pattern C# (CSharp) Method

get_ending_hash_pattern() private method

private get_ending_hash_pattern ( string profile_names ) : iControl.LocalLBProfileString[]
profile_names string
return iControl.LocalLBProfileString[]
        public LocalLBProfileString[] get_ending_hash_pattern(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_ending_hash_pattern", new object [] {
                profile_names});
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfilePersistence