C# Class iControl.SecurityIPIntelligenceGlobalPolicy

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

Public Methods

Method Description
Beginget_description ( string global_policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_policy ( string global_policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string global_policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_policy ( string global_policies, string policies, System callback, object asyncState ) : System.IAsyncResult
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_policy ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_policy ( System asyncResult ) : void
SecurityIPIntelligenceGlobalPolicy ( ) : System

Private Methods

Method Description
get_description ( string global_policies ) : string[]
get_list ( ) : string[]
get_policy ( string global_policies ) : string[]
get_version ( ) : string
set_description ( string global_policies, string descriptions ) : void
set_policy ( string global_policies, string policies ) : void

Method Details

Beginget_description() public method

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

public Beginget_policy ( string global_policies, System callback, object asyncState ) : System.IAsyncResult
global_policies string
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_description() public method

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

Beginset_policy() public method

public Beginset_policy ( string global_policies, string policies, System callback, object asyncState ) : System.IAsyncResult
global_policies string
policies string
callback System
asyncState object
return System.IAsyncResult

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

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

Endget_version() public method

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

Endset_description() public method

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

Endset_policy() public method

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

SecurityIPIntelligenceGlobalPolicy() public method

public SecurityIPIntelligenceGlobalPolicy ( ) : System
return System