iControl.SecurityFirewallWeeklySchedule.Beginget_date_valid_start C# (CSharp) 메소드

Beginget_date_valid_start() 공개 메소드

public Beginget_date_valid_start ( string schedules, System callback, object asyncState ) : System.IAsyncResult
schedules string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_date_valid_start(string [] schedules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_date_valid_start", new object[] {
            schedules}, callback, asyncState);
        }