Method | Description | |
---|---|---|
Begincreate ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_sflow_receivers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_sflow_receiver ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_address ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_datagram_version ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_maximum_datagram_size ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_port ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_address ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string receivers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string receivers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_maximum_datagram_size ( string receivers, long sizes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_port ( string receivers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_sflow_receivers ( System asyncResult ) : void | ||
Enddelete_sflow_receiver ( System asyncResult ) : void | ||
Endget_address ( System asyncResult ) : string[] | ||
Endget_datagram_version ( System asyncResult ) : long[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_maximum_datagram_size ( System asyncResult ) : long[] | ||
Endget_port ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_address ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_maximum_datagram_size ( System asyncResult ) : void | ||
Endset_port ( System asyncResult ) : void | ||
ManagementSFlowReceiver ( ) : System |
Method | Description | |
---|---|---|
create ( string receivers, string addresses ) : void | ||
delete_all_sflow_receivers ( ) : void | ||
delete_sflow_receiver ( string receivers ) : void | ||
get_address ( string receivers ) : string[] | ||
get_datagram_version ( string receivers ) : long[] | ||
get_description ( string receivers ) : string[] | ||
get_enabled_state ( string receivers ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_maximum_datagram_size ( string receivers ) : long[] | ||
get_port ( string receivers ) : long[] | ||
get_version ( ) : string | ||
set_address ( string receivers, string addresses ) : void | ||
set_description ( string receivers, string descriptions ) : void | ||
set_enabled_state ( string receivers, CommonEnabledState states ) : void | ||
set_maximum_datagram_size ( string receivers, long sizes ) : void | ||
set_port ( string receivers, long ports ) : void |
public Begincreate ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_sflow_receivers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_sflow_receiver ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_address ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_datagram_version ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_maximum_datagram_size ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_port ( string receivers, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_address ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string receivers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string receivers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_maximum_datagram_size ( string receivers, long sizes, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
sizes | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_port ( string receivers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
receivers | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_sflow_receivers ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_sflow_receiver ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_datagram_version ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_maximum_datagram_size ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_maximum_datagram_size ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |