iControl.GlobalLBGlobals.Beginset_timer_persistence_cache C# (CSharp) Method

Beginset_timer_persistence_cache() public method

public Beginset_timer_persistence_cache ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_timer_persistence_cache(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_timer_persistence_cache", new object[] {
            value}, callback, asyncState);
        }
GlobalLBGlobals