iControl.SecurityFirewallWeeklySchedule.Beginget_date_valid_end C# (CSharp) Method

Beginget_date_valid_end() public method

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