C# Class iControl.LocalLBiFile

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_ifiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_ifile ( string names, System callback, object asyncState ) : System.IAsyncResult
Beginget_file_name ( string names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_file_name ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_ifiles ( System asyncResult ) : void
Enddelete_ifile ( System asyncResult ) : void
Endget_file_name ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_file_name ( System asyncResult ) : void
LocalLBiFile ( ) : System

Private Methods

Method Description
create ( string names, string file_names ) : void
delete_all_ifiles ( ) : void
delete_ifile ( string names ) : void
get_file_name ( string names ) : string[]
get_list ( ) : string[]
get_version ( ) : string
set_file_name ( string names, string file_names ) : void

Method Details

Begincreate() public method

public Begincreate ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult
names string
file_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_ifiles() public method

public Begindelete_all_ifiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_ifile() public method

public Begindelete_ifile ( string names, System callback, object asyncState ) : System.IAsyncResult
names string
callback System
asyncState object
return System.IAsyncResult

Beginget_file_name() public method

public Beginget_file_name ( string names, System callback, object asyncState ) : System.IAsyncResult
names string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

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

Beginget_version() public method

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

Beginset_file_name() public method

public Beginset_file_name ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult
names string
file_names string
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_ifiles() public method

public Enddelete_all_ifiles ( System asyncResult ) : void
asyncResult System
return void

Enddelete_ifile() public method

public Enddelete_ifile ( System asyncResult ) : void
asyncResult System
return void

Endget_file_name() public method

public Endget_file_name ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endset_file_name() public method

public Endset_file_name ( System asyncResult ) : void
asyncResult System
return void

LocalLBiFile() public method

public LocalLBiFile ( ) : System
return System