iControl.SecurityFirewallWeeklySchedule.Beginget_days_of_week C# (CSharp) Méthode

Beginget_days_of_week() public méthode

public Beginget_days_of_week ( string schedules, System callback, object asyncState ) : System.IAsyncResult
schedules string
callback System
asyncState object
Résultat 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);
        }