C# Class iControl.ManagementEventNotification

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginevents_occurred ( ManagementEventNotificationEventSource event_source, string subscription_id, ManagementEventNotificationEventData event_data_list, CommonTimeStamp time_stamp, System callback, object asyncState ) : System.IAsyncResult
Endevents_occurred ( System asyncResult ) : void
ManagementEventNotification ( ) : System

Private Methods

Method Description
events_occurred ( ManagementEventNotificationEventSource event_source, string subscription_id, ManagementEventNotificationEventData event_data_list, CommonTimeStamp time_stamp ) : void

Method Details

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

Endevents_occurred() public method

public Endevents_occurred ( System asyncResult ) : void
asyncResult System
return void

ManagementEventNotification() public method

public ManagementEventNotification ( ) : System
return System