iControl.LocalLBProfilePersistence.set_hash_length C# (CSharp) Метод

set_hash_length() приватный Метод

private set_hash_length ( string profile_names, LocalLBProfileULong lengths ) : void
profile_names string
lengths LocalLBProfileULong
Результат void
        public void set_hash_length(
		string [] profile_names,
		LocalLBProfileULong [] lengths
	)
        {
            this.Invoke("set_hash_length", new object [] {
                profile_names,
                lengths});
        }
LocalLBProfilePersistence