iControl.GlobalLBGlobals.Beginset_timer_retry_path_data C# (CSharp) 메소드

Beginset_timer_retry_path_data() 공개 메소드

public Beginset_timer_retry_path_data ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
리턴 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