iControl.LocalLBProfilePersistence.Beginset_hash_offset C# (CSharp) Method

Beginset_hash_offset() public method

public Beginset_hash_offset ( string profile_names, LocalLBProfileULong offsets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
offsets LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_hash_offset(string [] profile_names,LocalLBProfileULong [] offsets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_hash_offset", new object[] {
            profile_names,
            offsets}, callback, asyncState);
        }
LocalLBProfilePersistence