iControl.GlobalLBGlobals.Beginset_timer_retry_path_data C# (CSharp) Method

Beginset_timer_retry_path_data() public method

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