iControl.SecurityFirewallWeeklySchedule.Beginget_days_of_week C# (CSharp) Method

Beginget_days_of_week() public method

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