iControl.ManagementEventNotification.Beginevents_occurred C# (CSharp) Method

Beginevents_occurred() public method

public Beginevents_occurred ( ManagementEventNotificationEventSource event_source, string subscription_id, ManagementEventNotificationEventData event_data_list, CommonTimeStamp time_stamp, System callback, object asyncState ) : System.IAsyncResult
event_source ManagementEventNotificationEventSource
subscription_id string
event_data_list ManagementEventNotificationEventData
time_stamp CommonTimeStamp
callback System
asyncState object
return System.IAsyncResult
        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);
        }