iControl.LocalLBProfilePersistence.Beginset_cookie_hash_length C# (CSharp) Method

Beginset_cookie_hash_length() public method

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