C# Class iControl.PEMFormatScript

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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Begincreate() public method

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

Begindelete_all_format_scripts() public method

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

Begindelete_format_script() public method

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

Beginget_definition() public method

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

Beginget_description() public method

public Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts 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_definition() public method

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

Beginset_description() public method

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

Endcreate() public method

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

Enddelete_all_format_scripts() public method

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

Enddelete_format_script() public method

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

Endget_definition() public method

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

Endget_description() public method

public Endget_description ( 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_definition() public method

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

Endset_description() public method

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

PEMFormatScript() public method

public PEMFormatScript ( ) : System
return System