iControl.LocalLBProfilePersistence.set_hash_offset C# (CSharp) Method

set_hash_offset() private method

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