iControl.SecurityFirewallWeeklySchedule.Begincreate C# (CSharp) Method

Begincreate() public method

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