메소드 | 설명 | |
---|---|---|
Begincreate ( string peers, LocalLBMessageRoutingProtocol protocols, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_connection_mode ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_number_connections ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_pool ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_protocol ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ratio ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_transport_config ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_connection_mode ( string peers, LocalLBMessageRoutingPeerConnectionMode modes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string peers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_number_connections ( string peers, long values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_pool ( string peers, string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ratio ( string peers, long values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_transport_config ( string peers, string transport_configs, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_peers ( System asyncResult ) : void | ||
Enddelete_peer ( System asyncResult ) : void | ||
Endget_connection_mode ( System asyncResult ) : LocalLBMessageRoutingPeerConnectionMode[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_number_connections ( System asyncResult ) : long[] | ||
Endget_pool ( System asyncResult ) : string[] | ||
Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[] | ||
Endget_ratio ( System asyncResult ) : long[] | ||
Endget_transport_config ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_connection_mode ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_number_connections ( System asyncResult ) : void | ||
Endset_pool ( System asyncResult ) : void | ||
Endset_ratio ( System asyncResult ) : void | ||
Endset_transport_config ( System asyncResult ) : void | ||
LocalLBMessageRoutingPeer ( ) : System |
메소드 | 설명 | |
---|---|---|
create ( string peers, LocalLBMessageRoutingProtocol protocols ) : void | ||
delete_all_peers ( ) : void | ||
delete_peer ( string peers ) : void | ||
get_connection_mode ( string peers ) : LocalLBMessageRoutingPeerConnectionMode[] | ||
get_description ( string peers ) : string[] | ||
get_list ( ) : string[] | ||
get_number_connections ( string peers ) : long[] | ||
get_pool ( string peers ) : string[] | ||
get_protocol ( string peers ) : LocalLBMessageRoutingProtocol[] | ||
get_ratio ( string peers ) : long[] | ||
get_transport_config ( string peers ) : string[] | ||
get_version ( ) : string | ||
set_connection_mode ( string peers, LocalLBMessageRoutingPeerConnectionMode modes ) : void | ||
set_description ( string peers, string descriptions ) : void | ||
set_number_connections ( string peers, long values ) : void | ||
set_pool ( string peers, string pools ) : void | ||
set_ratio ( string peers, long values ) : void | ||
set_transport_config ( string peers, string transport_configs ) : void |
public Begincreate ( string peers, LocalLBMessageRoutingProtocol protocols, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
protocols | LocalLBMessageRoutingProtocol | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_connection_mode ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_number_connections ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_pool ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_protocol ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_ratio ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_transport_config ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_connection_mode ( string peers, LocalLBMessageRoutingPeerConnectionMode modes, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
modes | LocalLBMessageRoutingPeerConnectionMode | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string peers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_number_connections ( string peers, long values, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
values | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_pool ( string peers, string pools, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
pools | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_ratio ( string peers, long values, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
values | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_transport_config ( string peers, string transport_configs, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
transport_configs | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Enddelete_all_peers ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_peer ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_connection_mode ( System asyncResult ) : LocalLBMessageRoutingPeerConnectionMode[] | ||
asyncResult | System | |
리턴 | LocalLBMessageRoutingPeerConnectionMode[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_number_connections ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_pool ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[] | ||
asyncResult | System | |
리턴 | LocalLBMessageRoutingProtocol[] |
public Endget_ratio ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_transport_config ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endset_connection_mode ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_number_connections ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_transport_config ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |