C# 클래스 iControl.ManagementEventNotification

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
events_occurred ( ManagementEventNotificationEventSource event_source, string subscription_id, ManagementEventNotificationEventData event_data_list, CommonTimeStamp time_stamp ) : void

메소드 상세

Beginevents_occurred() 공개 메소드

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
리턴 System.IAsyncResult

Endevents_occurred() 공개 메소드

public Endevents_occurred ( System asyncResult ) : void
asyncResult System
리턴 void

ManagementEventNotification() 공개 메소드

public ManagementEventNotification ( ) : System
리턴 System