메소드 | 설명 | |
---|---|---|
Begincreate ( |
||
Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_base_dn ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_hostname ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_reverse_dn_state ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_base_dn ( string servers, string base_dns, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_hostname ( string servers, string hostnames, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_reverse_dn_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_servers ( System asyncResult ) : void | ||
Enddelete_server ( System asyncResult ) : void | ||
Endget_base_dn ( System asyncResult ) : string[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_hostname ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_port ( System asyncResult ) : long[] | ||
Endget_reverse_dn_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_base_dn ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_hostname ( System asyncResult ) : void | ||
Endset_port ( System asyncResult ) : void | ||
Endset_reverse_dn_state ( System asyncResult ) : void | ||
ManagementCRLDPServer ( ) : System |
메소드 | 설명 | |
---|---|---|
create ( |
||
delete_all_servers ( ) : void | ||
delete_server ( string servers ) : void | ||
get_base_dn ( string servers ) : string[] | ||
get_description ( string servers ) : string[] | ||
get_hostname ( string servers ) : string[] | ||
get_list ( ) : string[] | ||
get_port ( string servers ) : long[] | ||
get_reverse_dn_state ( string servers ) : CommonEnabledState[] | ||
get_version ( ) : string | ||
set_base_dn ( string servers, string base_dns ) : void | ||
set_description ( string servers, string descriptions ) : void | ||
set_hostname ( string servers, string hostnames ) : void | ||
set_port ( string servers, long ports ) : void | ||
set_reverse_dn_state ( string servers, CommonEnabledState states ) : void |
public Begincreate ( |
||
servers | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_base_dn ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_hostname ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_reverse_dn_state ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_base_dn ( string servers, string base_dns, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
base_dns | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_hostname ( string servers, string hostnames, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
hostnames | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
ports | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_reverse_dn_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Enddelete_all_servers ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_server ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_base_dn ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_hostname ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_reverse_dn_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endset_base_dn ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_hostname ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_reverse_dn_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |