iControl.LocalLBProfilePersistence.get_hash_method C# (CSharp) Method

get_hash_method() private method

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