C# Class iControl.PEMInterceptionEndpoint

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Begincreate ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_interception_endpoints ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_interception_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_persistence_type ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_persistence_type ( string endpoints, PEMPersistenceType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_interception_endpoints ( System asyncResult ) : void
Enddelete_interception_endpoint ( System asyncResult ) : void
Endget_list ( System asyncResult ) : string[]
Endget_persistence_type ( System asyncResult ) : PEMPersistenceType[]
Endget_pool ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_persistence_type ( System asyncResult ) : void
Endset_pool ( System asyncResult ) : void
PEMInterceptionEndpoint ( ) : System

Private Methods

Méthode Description
create ( string endpoints, string pools ) : void
delete_all_interception_endpoints ( ) : void
delete_interception_endpoint ( string endpoints ) : void
get_list ( ) : string[]
get_persistence_type ( string endpoints ) : PEMPersistenceType[]
get_pool ( string endpoints ) : string[]
get_version ( ) : string
set_persistence_type ( string endpoints, PEMPersistenceType types ) : void
set_pool ( string endpoints, string pools ) : void

Method Details

Begincreate() public méthode

public Begincreate ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
endpoints string
pools string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_interception_endpoints() public méthode

public Begindelete_all_interception_endpoints ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_interception_endpoint() public méthode

public Begindelete_interception_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_persistence_type() public méthode

public Beginget_persistence_type ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_pool() public méthode

public Beginget_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_persistence_type() public méthode

public Beginset_persistence_type ( string endpoints, PEMPersistenceType types, System callback, object asyncState ) : System.IAsyncResult
endpoints string
types PEMPersistenceType
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_pool() public méthode

public Beginset_pool ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
endpoints string
pools string
callback System
asyncState object
Résultat System.IAsyncResult

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_interception_endpoints() public méthode

public Enddelete_all_interception_endpoints ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_interception_endpoint() public méthode

public Enddelete_interception_endpoint ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_persistence_type() public méthode

public Endget_persistence_type ( System asyncResult ) : PEMPersistenceType[]
asyncResult System
Résultat PEMPersistenceType[]

Endget_pool() public méthode

public Endget_pool ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endset_persistence_type() public méthode

public Endset_persistence_type ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_pool() public méthode

public Endset_pool ( System asyncResult ) : void
asyncResult System
Résultat void

PEMInterceptionEndpoint() public méthode

public PEMInterceptionEndpoint ( ) : System
Résultat System