C# Class iControl.LocalLBMessageRoutingSIPRoute

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

Public Methods

Method Description
Begincreate ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_sip_routes ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_sip_route ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_from_uri ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_peer ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_uri ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_selection_mode ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_to_uri ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_virtual_server ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
Beginreplace_peer ( string sip_routes, string peers, long priorities, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string sip_routes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_from_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
Beginset_selection_mode ( string sip_routes, LocalLBMessageRoutingSIPRouteSelectionMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_to_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
Beginset_virtual_server ( string sip_routes, string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_sip_routes ( System asyncResult ) : void
Enddelete_sip_route ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_from_uri ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_peer ( System asyncResult ) : string[][]
Endget_request_uri ( System asyncResult ) : string[]
Endget_selection_mode ( System asyncResult ) : LocalLBMessageRoutingSIPRouteSelectionMode[]
Endget_to_uri ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endget_virtual_server ( System asyncResult ) : string[]
Endreplace_peer ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_from_uri ( System asyncResult ) : void
Endset_request_uri ( System asyncResult ) : void
Endset_selection_mode ( System asyncResult ) : void
Endset_to_uri ( System asyncResult ) : void
Endset_virtual_server ( System asyncResult ) : void
LocalLBMessageRoutingSIPRoute ( ) : System

Private Methods

Method Description
create ( string sip_routes ) : void
delete_all_sip_routes ( ) : void
delete_sip_route ( string sip_routes ) : void
get_description ( string sip_routes ) : string[]
get_from_uri ( string sip_routes ) : string[]
get_list ( ) : string[]
get_peer ( string sip_routes ) : string[][]
get_request_uri ( string sip_routes ) : string[]
get_selection_mode ( string sip_routes ) : LocalLBMessageRoutingSIPRouteSelectionMode[]
get_to_uri ( string sip_routes ) : string[]
get_version ( ) : string
get_virtual_server ( string sip_routes ) : string[]
replace_peer ( string sip_routes, string peers, long priorities ) : void
set_description ( string sip_routes, string descriptions ) : void
set_from_uri ( string sip_routes, string uris ) : void
set_request_uri ( string sip_routes, string uris ) : void
set_selection_mode ( string sip_routes, LocalLBMessageRoutingSIPRouteSelectionMode modes ) : void
set_to_uri ( string sip_routes, string uris ) : void
set_virtual_server ( string sip_routes, string virtual_servers ) : void

Method Details

Begincreate() public method

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

Begindelete_all_sip_routes() public method

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

Begindelete_sip_route() public method

public Begindelete_sip_route ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult

Beginget_from_uri() public method

public Beginget_from_uri ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes 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_peer() public method

public Beginget_peer ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult

Beginget_request_uri() public method

public Beginget_request_uri ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult

Beginget_selection_mode() public method

public Beginget_selection_mode ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult

Beginget_to_uri() public method

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

Beginget_virtual_server() public method

public Beginget_virtual_server ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult

Beginreplace_peer() public method

public Beginreplace_peer ( string sip_routes, string peers, long priorities, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
peers string
priorities long
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_from_uri() public method

public Beginset_from_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
uris string
callback System
asyncState object
return System.IAsyncResult

Beginset_request_uri() public method

public Beginset_request_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
uris string
callback System
asyncState object
return System.IAsyncResult

Beginset_selection_mode() public method

public Beginset_selection_mode ( string sip_routes, LocalLBMessageRoutingSIPRouteSelectionMode modes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
modes LocalLBMessageRoutingSIPRouteSelectionMode
callback System
asyncState object
return System.IAsyncResult

Beginset_to_uri() public method

public Beginset_to_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
uris string
callback System
asyncState object
return System.IAsyncResult

Beginset_virtual_server() public method

public Beginset_virtual_server ( string sip_routes, string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
virtual_servers string
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_sip_routes() public method

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

Enddelete_sip_route() public method

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

Endget_description() public method

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

Endget_from_uri() public method

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

Endget_list() public method

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

Endget_peer() public method

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

Endget_request_uri() public method

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

Endget_selection_mode() public method

public Endget_selection_mode ( System asyncResult ) : LocalLBMessageRoutingSIPRouteSelectionMode[]
asyncResult System
return LocalLBMessageRoutingSIPRouteSelectionMode[]

Endget_to_uri() public method

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

Endget_version() public method

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

Endget_virtual_server() public method

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

Endreplace_peer() public method

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

Endset_description() public method

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

Endset_from_uri() public method

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

Endset_request_uri() public method

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

Endset_selection_mode() public method

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

Endset_to_uri() public method

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

Endset_virtual_server() public method

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

LocalLBMessageRoutingSIPRoute() public method

public LocalLBMessageRoutingSIPRoute ( ) : System
return System