iControl.LocalLBProfilePersistence.set_hash_length C# (CSharp) Method

set_hash_length() private method

private set_hash_length ( string profile_names, LocalLBProfileULong lengths ) : void
profile_names string
lengths LocalLBProfileULong
return void
        public void set_hash_length(
		string [] profile_names,
		LocalLBProfileULong [] lengths
	)
        {
            this.Invoke("set_hash_length", new object [] {
                profile_names,
                lengths});
        }
LocalLBProfilePersistence