public System.IAsyncResult Beginevents_occurred(ManagementEventNotificationEventSource event_source,string subscription_id,ManagementEventNotificationEventData [] event_data_list,CommonTimeStamp time_stamp, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("events_occurred", new object[] {
     event_source,
     subscription_id,
     event_data_list,
     time_stamp}, callback, asyncState);
 }
        public void set_time(
		CommonTimeStamp time
	)
        {
            this.Invoke("set_time", new object [] {
                time});
        }
 public System.IAsyncResult Beginset_time(CommonTimeStamp time, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_time", new object[] {
     time}, callback, asyncState);
 }
        public void set_generation_expiration_time(
		string [] keys,
		CommonULong64 [] [] generations,
		CommonTimeStamp [] [] times
	)
        {
            this.Invoke("set_generation_expiration_time", new object [] {
                keys,
                generations,
                times});
        }
 public System.IAsyncResult Beginset_generation_rollover_time(string [] keys,CommonULong64 [] [] generations,CommonTimeStamp [] [] times, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_generation_rollover_time", new object[] {
     keys,
     generations,
     times}, callback, asyncState);
 }
        public void set_first_occurrence(
		string [] handlers,
		CommonTimeStamp [] occurrences
	)
        {
            this.Invoke("set_first_occurrence", new object [] {
                handlers,
                occurrences});
        }
 public System.IAsyncResult Beginset_first_occurrence(string [] handlers,CommonTimeStamp [] occurrences, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_first_occurrence", new object[] {
     handlers,
     occurrences}, callback, asyncState);
 }
        public void set_date_valid_start(
		string [] schedules,
		CommonTimeStamp [] dates
	)
        {
            this.Invoke("set_date_valid_start", new object [] {
                schedules,
                dates});
        }
 public System.IAsyncResult Beginset_date_valid_start(string [] schedules,CommonTimeStamp [] dates, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_date_valid_start", new object[] {
     schedules,
     dates}, callback, asyncState);
 }
        public void events_occurred(
		ManagementEventNotificationEventSource event_source,
		string subscription_id,
		ManagementEventNotificationEventData [] event_data_list,
		CommonTimeStamp time_stamp
	)
        {
            this.Invoke("events_occurred", new object [] {
                event_source,
                subscription_id,
                event_data_list,
                time_stamp});
        }