메소드 | 설명 | |
---|---|---|
Beginadd_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_port_mirrors ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_port_mirror ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_interfaces ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_interface ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_port_mirrors ( System asyncResult ) : void | ||
Enddelete_port_mirror ( System asyncResult ) : void | ||
Endget_interface ( System asyncResult ) : string[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_interfaces ( System asyncResult ) : void | ||
Endremove_interface ( System asyncResult ) : void | ||
NetworkingPortMirror ( ) : System |
메소드 | 설명 | |
---|---|---|
add_interface ( string pmirrors, string interfaces ) : void | ||
create ( string pmirrors, string interfaces ) : void | ||
delete_all_port_mirrors ( ) : void | ||
delete_port_mirror ( string pmirrors ) : void | ||
get_interface ( string pmirrors ) : string[][] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
remove_all_interfaces ( string pmirrors ) : void | ||
remove_interface ( string pmirrors, string interfaces ) : void |
public Beginadd_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
pmirrors | string | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
pmirrors | string | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_port_mirrors ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_port_mirror ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult | ||
pmirrors | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interface ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult | ||
pmirrors | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_interfaces ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult | ||
pmirrors | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
pmirrors | string | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Endadd_interface ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_all_port_mirrors ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_port_mirror ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_interface ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endremove_all_interfaces ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_interface ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |