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

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

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