C# 클래스 iControl.ManagementGlobals

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

공개 메소드들

메소드 설명
Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult
Endget_local_file_path_prefixes ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_local_file_path_prefixes ( System asyncResult ) : void
ManagementGlobals ( ) : System

비공개 메소드들

메소드 설명
get_local_file_path_prefixes ( ) : string[]
get_version ( ) : string
set_local_file_path_prefixes ( string prefixes ) : void

메소드 상세

Beginget_local_file_path_prefixes() 공개 메소드

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

public Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult
prefixes string
callback System
asyncState object
리턴 System.IAsyncResult

Endget_local_file_path_prefixes() 공개 메소드

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

Endget_version() 공개 메소드

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

Endset_local_file_path_prefixes() 공개 메소드

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

ManagementGlobals() 공개 메소드

public ManagementGlobals ( ) : System
리턴 System