C# 클래스 iControl.LogDestinationArcSight

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

공개 메소드들

메소드 설명
Begincreate ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_arcsight_destinations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_arcsight_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_forwarding_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_forwarding_destination ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_arcsight_destinations ( System asyncResult ) : void
Enddelete_arcsight_destination ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_forwarding_destination ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_forwarding_destination ( System asyncResult ) : void
LogDestinationArcSight ( ) : System

비공개 메소드들

메소드 설명
create ( string destinations, string forwarding_destinations ) : void
delete_all_arcsight_destinations ( ) : void
delete_arcsight_destination ( string destinations ) : void
get_description ( string destinations ) : string[]
get_forwarding_destination ( string destinations ) : string[]
get_list ( ) : string[]
get_version ( ) : string
set_description ( string destinations, string descriptions ) : void
set_forwarding_destination ( string destinations, string forwarding_destinations ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
forwarding_destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_arcsight_destinations() 공개 메소드

public Begindelete_all_arcsight_destinations ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_arcsight_destination() 공개 메소드

public Begindelete_arcsight_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_forwarding_destination() 공개 메소드

public Beginget_forwarding_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
destinations string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_forwarding_destination() 공개 메소드

public Beginset_forwarding_destination ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
forwarding_destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_arcsight_destinations() 공개 메소드

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

Enddelete_arcsight_destination() 공개 메소드

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

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_forwarding_destination() 공개 메소드

public Endget_forwarding_destination ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endset_description() 공개 메소드

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

Endset_forwarding_destination() 공개 메소드

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

LogDestinationArcSight() 공개 메소드

public LogDestinationArcSight ( ) : System
리턴 System