iControl.ClassificationSignatureUpdateSchedule.Beginset_auto_update_interval_type C# (CSharp) Method

Beginset_auto_update_interval_type() public method

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