C# Class iControl.SystemSession

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

Public Methods

Method Description
Beginget_active_folder ( System callback, object asyncState ) : System.IAsyncResult
Beginget_dtd_processing_state ( System callback, object asyncState ) : System.IAsyncResult
Beginget_force_sessions_state ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_sessions ( System callback, object asyncState ) : System.IAsyncResult
Beginget_recursive_query_state ( System callback, object asyncState ) : System.IAsyncResult
Beginget_returned_path ( System callback, object asyncState ) : System.IAsyncResult
Beginget_session_identifier ( System callback, object asyncState ) : System.IAsyncResult
Beginget_session_timeout ( System callback, object asyncState ) : System.IAsyncResult
Beginget_transaction_timeout ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginrollback_transaction ( System callback, object asyncState ) : System.IAsyncResult
Beginset_active_folder ( string folder, System callback, object asyncState ) : System.IAsyncResult
Beginset_dtd_processing_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
Beginset_force_sessions_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_sessions ( long sessions, System callback, object asyncState ) : System.IAsyncResult
Beginset_recursive_query_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
Beginset_returned_path ( SystemSessionReturnedPath path, System callback, object asyncState ) : System.IAsyncResult
Beginset_session_timeout ( long timeout, System callback, object asyncState ) : System.IAsyncResult
Beginset_transaction_timeout ( long timeout, System callback, object asyncState ) : System.IAsyncResult
Beginstart_transaction ( System callback, object asyncState ) : System.IAsyncResult
Beginsubmit_transaction ( System callback, object asyncState ) : System.IAsyncResult
Endget_active_folder ( System asyncResult ) : string
Endget_dtd_processing_state ( System asyncResult ) : CommonEnabledState
Endget_force_sessions_state ( System asyncResult ) : CommonEnabledState
Endget_maximum_sessions ( System asyncResult ) : long
Endget_recursive_query_state ( System asyncResult ) : CommonEnabledState
Endget_returned_path ( System asyncResult ) : SystemSessionReturnedPath
Endget_session_identifier ( System asyncResult ) : long
Endget_session_timeout ( System asyncResult ) : long
Endget_transaction_timeout ( System asyncResult ) : long
Endget_version ( System asyncResult ) : string
Endrollback_transaction ( System asyncResult ) : void
Endset_active_folder ( System asyncResult ) : void
Endset_dtd_processing_state ( System asyncResult ) : void
Endset_force_sessions_state ( System asyncResult ) : void
Endset_maximum_sessions ( System asyncResult ) : void
Endset_recursive_query_state ( System asyncResult ) : void
Endset_returned_path ( System asyncResult ) : void
Endset_session_timeout ( System asyncResult ) : void
Endset_transaction_timeout ( System asyncResult ) : void
Endstart_transaction ( System asyncResult ) : long
Endsubmit_transaction ( System asyncResult ) : void
SystemSession ( ) : System

Private Methods

Method Description
get_active_folder ( ) : string
get_dtd_processing_state ( ) : CommonEnabledState
get_force_sessions_state ( ) : CommonEnabledState
get_maximum_sessions ( ) : long
get_recursive_query_state ( ) : CommonEnabledState
get_returned_path ( ) : SystemSessionReturnedPath
get_session_identifier ( ) : long
get_session_timeout ( ) : long
get_transaction_timeout ( ) : long
get_version ( ) : string
rollback_transaction ( ) : void
set_active_folder ( string folder ) : void
set_dtd_processing_state ( CommonEnabledState state ) : void
set_force_sessions_state ( CommonEnabledState state ) : void
set_maximum_sessions ( long sessions ) : void
set_recursive_query_state ( CommonEnabledState state ) : void
set_returned_path ( SystemSessionReturnedPath path ) : void
set_session_timeout ( long timeout ) : void
set_transaction_timeout ( long timeout ) : void
start_transaction ( ) : long
submit_transaction ( ) : void

Method Details

Beginget_active_folder() public method

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

Beginget_dtd_processing_state() public method

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

Beginget_force_sessions_state() public method

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

Beginget_maximum_sessions() public method

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

Beginget_recursive_query_state() public method

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

Beginget_returned_path() public method

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

Beginget_session_identifier() public method

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

Beginget_session_timeout() public method

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

Beginget_transaction_timeout() public method

public Beginget_transaction_timeout ( 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

Beginrollback_transaction() public method

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

Beginset_active_folder() public method

public Beginset_active_folder ( string folder, System callback, object asyncState ) : System.IAsyncResult
folder string
callback System
asyncState object
return System.IAsyncResult

Beginset_dtd_processing_state() public method

public Beginset_dtd_processing_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_force_sessions_state() public method

public Beginset_force_sessions_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_maximum_sessions() public method

public Beginset_maximum_sessions ( long sessions, System callback, object asyncState ) : System.IAsyncResult
sessions long
callback System
asyncState object
return System.IAsyncResult

Beginset_recursive_query_state() public method

public Beginset_recursive_query_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_returned_path() public method

public Beginset_returned_path ( SystemSessionReturnedPath path, System callback, object asyncState ) : System.IAsyncResult
path SystemSessionReturnedPath
callback System
asyncState object
return System.IAsyncResult

Beginset_session_timeout() public method

public Beginset_session_timeout ( long timeout, System callback, object asyncState ) : System.IAsyncResult
timeout long
callback System
asyncState object
return System.IAsyncResult

Beginset_transaction_timeout() public method

public Beginset_transaction_timeout ( long timeout, System callback, object asyncState ) : System.IAsyncResult
timeout long
callback System
asyncState object
return System.IAsyncResult

Beginstart_transaction() public method

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

Beginsubmit_transaction() public method

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

Endget_active_folder() public method

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

Endget_dtd_processing_state() public method

public Endget_dtd_processing_state ( System asyncResult ) : CommonEnabledState
asyncResult System
return CommonEnabledState

Endget_force_sessions_state() public method

public Endget_force_sessions_state ( System asyncResult ) : CommonEnabledState
asyncResult System
return CommonEnabledState

Endget_maximum_sessions() public method

public Endget_maximum_sessions ( System asyncResult ) : long
asyncResult System
return long

Endget_recursive_query_state() public method

public Endget_recursive_query_state ( System asyncResult ) : CommonEnabledState
asyncResult System
return CommonEnabledState

Endget_returned_path() public method

public Endget_returned_path ( System asyncResult ) : SystemSessionReturnedPath
asyncResult System
return SystemSessionReturnedPath

Endget_session_identifier() public method

public Endget_session_identifier ( System asyncResult ) : long
asyncResult System
return long

Endget_session_timeout() public method

public Endget_session_timeout ( System asyncResult ) : long
asyncResult System
return long

Endget_transaction_timeout() public method

public Endget_transaction_timeout ( System asyncResult ) : long
asyncResult System
return long

Endget_version() public method

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

Endrollback_transaction() public method

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

Endset_active_folder() public method

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

Endset_dtd_processing_state() public method

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

Endset_force_sessions_state() public method

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

Endset_maximum_sessions() public method

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

Endset_recursive_query_state() public method

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

Endset_returned_path() public method

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

Endset_session_timeout() public method

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

Endset_transaction_timeout() public method

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

Endstart_transaction() public method

public Endstart_transaction ( System asyncResult ) : long
asyncResult System
return long

Endsubmit_transaction() public method

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

SystemSession() public method

public SystemSession ( ) : System
return System