C# Class iControl.ManagementEventNotification

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
events_occurred ( ManagementEventNotificationEventSource event_source, string subscription_id, ManagementEventNotificationEventData event_data_list, CommonTimeStamp time_stamp ) : void

Method Details

Beginevents_occurred() public méthode

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
Résultat System.IAsyncResult

Endevents_occurred() public méthode

public Endevents_occurred ( System asyncResult ) : void
asyncResult System
Résultat void

ManagementEventNotification() public méthode

public ManagementEventNotification ( ) : System
Résultat System