C# 클래스 iControl.ManagementDBVariable

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

공개 메소드들

메소드 설명
Begincreate ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
Begindelete_variable ( string variables, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_variable_available ( string variables, System callback, object asyncState ) : System.IAsyncResult
Beginmodify ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
Beginquery ( string variables, System callback, object asyncState ) : System.IAsyncResult
Beginreset ( string variables, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_variable ( System asyncResult ) : void
Endget_list ( System asyncResult ) : ManagementDBVariableVariableNameValue[]
Endget_version ( System asyncResult ) : string
Endis_variable_available ( System asyncResult ) : bool[]
Endmodify ( System asyncResult ) : void
Endquery ( System asyncResult ) : ManagementDBVariableVariableNameValue[]
Endreset ( System asyncResult ) : void
ManagementDBVariable ( ) : System

비공개 메소드들

메소드 설명
create ( ManagementDBVariableVariableNameValue variables ) : void
delete_variable ( string variables ) : void
get_list ( ) : ManagementDBVariableVariableNameValue[]
get_version ( ) : string
is_variable_available ( string variables ) : bool[]
modify ( ManagementDBVariableVariableNameValue variables ) : void
query ( string variables ) : ManagementDBVariableVariableNameValue[]
reset ( string variables ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
variables ManagementDBVariableVariableNameValue
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_variable() 공개 메소드

public Begindelete_variable ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables 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

Beginis_variable_available() 공개 메소드

public Beginis_variable_available ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
리턴 System.IAsyncResult

Beginmodify() 공개 메소드

public Beginmodify ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
variables ManagementDBVariableVariableNameValue
callback System
asyncState object
리턴 System.IAsyncResult

Beginquery() 공개 메소드

public Beginquery ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset() 공개 메소드

public Beginreset ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_variable() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_version() 공개 메소드

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

Endis_variable_available() 공개 메소드

public Endis_variable_available ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endmodify() 공개 메소드

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

Endquery() 공개 메소드

public Endquery ( System asyncResult ) : ManagementDBVariableVariableNameValue[]
asyncResult System
리턴 ManagementDBVariableVariableNameValue[]

Endreset() 공개 메소드

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

ManagementDBVariable() 공개 메소드

public ManagementDBVariable ( ) : System
리턴 System