C# 클래스 iControl.PEMFormatScript

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

공개 메소드들

메소드 설명
Begincreate ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_format_scripts ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_format_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_definition ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_definition ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_format_scripts ( System asyncResult ) : void
Enddelete_format_script ( System asyncResult ) : void
Endget_definition ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_definition ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
PEMFormatScript ( ) : System

비공개 메소드들

메소드 설명
create ( string scripts ) : void
delete_all_format_scripts ( ) : void
delete_format_script ( string scripts ) : void
get_definition ( string scripts ) : string[]
get_description ( string scripts ) : string[]
get_list ( ) : string[]
get_version ( ) : string
set_definition ( string scripts, string definitions ) : void
set_description ( string scripts, string descriptions ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begindelete_all_format_scripts() 공개 메소드

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

Begindelete_format_script() 공개 메소드

public Begindelete_format_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_definition() 공개 메소드

public Beginget_definition ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts 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_definition() 공개 메소드

public Beginset_definition ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
scripts string
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_format_scripts() 공개 메소드

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

Enddelete_format_script() 공개 메소드

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

Endget_definition() 공개 메소드

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

Endget_description() 공개 메소드

public Endget_description ( 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_definition() 공개 메소드

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

Endset_description() 공개 메소드

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

PEMFormatScript() 공개 메소드

public PEMFormatScript ( ) : System
리턴 System