iControl.ClassificationSignatureUpdateSchedule.Beginset_update_mode_automatic_state C# (CSharp) Method

Beginset_update_mode_automatic_state() public method

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