iControl.LocalLBProfilePersistence.get_hash_offset C# (CSharp) Method

get_hash_offset() private method

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