iControl.SecurityFirewallWeeklySchedule.Beginget_daily_hour_end C# (CSharp) Method

Beginget_daily_hour_end() public method

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