메소드 | 설명 | |
---|---|---|
Beginadd_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate_v2 ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_snat_pools ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_snat_pool ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_member_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_v2 ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_members ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string snat_pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_member ( System asyncResult ) : void | ||
Endadd_member_v2 ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Endcreate_v2 ( System asyncResult ) : void | ||
Enddelete_all_snat_pools ( System asyncResult ) : void | ||
Enddelete_snat_pool ( System asyncResult ) : void | ||
Endget_all_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[] | ||
Endget_all_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_member ( System asyncResult ) : string[][] | ||
Endget_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[] | ||
Endget_member_v2 ( System asyncResult ) : string[][] | ||
Endget_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_members ( System asyncResult ) : void | ||
Endremove_member ( System asyncResult ) : void | ||
Endremove_member_v2 ( System asyncResult ) : void | ||
Endreset_member_statistics ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
LocalLBSNATPool ( ) : System |
메소드 | 설명 | |
---|---|---|
add_member ( string snat_pools, string members ) : void | ||
add_member_v2 ( string snat_pools, string members ) : void | ||
create ( string snat_pools, string translation_addresses ) : void | ||
create_v2 ( string snat_pools, string translation_addresses ) : void | ||
delete_all_snat_pools ( ) : void | ||
delete_snat_pool ( string snat_pools ) : void | ||
get_all_member_statistics ( string snat_pools ) : LocalLBSNATPoolSNATPoolMemberStatistics[] | ||
get_all_statistics ( ) : LocalLBSNATPoolSNATPoolStatistics | ||
get_description ( string snat_pools ) : string[] | ||
get_list ( ) : string[] | ||
get_member ( string snat_pools ) : string[][] | ||
get_member_statistics ( string snat_pools, string members ) : LocalLBSNATPoolSNATPoolMemberStatistics[] | ||
get_member_v2 ( string snat_pools ) : string[][] | ||
get_statistics ( string snat_pools ) : LocalLBSNATPoolSNATPoolStatistics | ||
get_version ( ) : string | ||
remove_all_members ( string snat_pools ) : void | ||
remove_member ( string snat_pools, string members ) : void | ||
remove_member_v2 ( string snat_pools, string members ) : void | ||
reset_member_statistics ( string snat_pools, string members ) : void | ||
reset_statistics ( string snat_pools ) : void | ||
set_description ( string snat_pools, string descriptions ) : void |
public Beginadd_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginadd_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
translation_addresses | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate_v2 ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
translation_addresses | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_snat_pools ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_snat_pool ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_all_member_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_member ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_member_v2 ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_members ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginreset_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginreset_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string snat_pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Endadd_member ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endadd_member_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_all_snat_pools ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_snat_pool ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_all_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[] | ||
asyncResult | System | |
리턴 | LocalLBSNATPoolSNATPoolMemberStatistics[] |
public Endget_all_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics | ||
asyncResult | System | |
리턴 | LocalLBSNATPoolSNATPoolStatistics |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_member ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[] | ||
asyncResult | System | |
리턴 | LocalLBSNATPoolSNATPoolMemberStatistics[] |
public Endget_member_v2 ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics | ||
asyncResult | System | |
리턴 | LocalLBSNATPoolSNATPoolStatistics |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endremove_all_members ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_member ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_member_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endreset_member_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |