本文整理匯總了C#中iControl.LocalLBProfileULong類的典型用法代碼示例。如果您正苦於以下問題:C# LocalLBProfileULong類的具體用法?C# LocalLBProfileULong怎麽用?C# LocalLBProfileULong使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。
LocalLBProfileULong類屬於iControl命名空間,在下文中一共展示了LocalLBProfileULong類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。
示例1: set_cmetrics_cache_timeout
public void set_cmetrics_cache_timeout(
string [] profile_names,
LocalLBProfileULong [] timeouts
)
{
this.Invoke("set_cmetrics_cache_timeout", new object [] {
profile_names,
timeouts});
}
示例2: Beginset_rate_pace_maximum_rate
public System.IAsyncResult Beginset_rate_pace_maximum_rate(string [] profile_names,LocalLBProfileULong [] rates, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_rate_pace_maximum_rate", new object[] {
profile_names,
rates}, callback, asyncState);
}
示例3: Beginset_send_buffer_size
public System.IAsyncResult Beginset_send_buffer_size(string [] profile_names,LocalLBProfileULong [] sizes, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_send_buffer_size", new object[] {
profile_names,
sizes}, callback, asyncState);
}
示例4: Beginset_link_qos_to_client
public System.IAsyncResult Beginset_link_qos_to_client(string [] profile_names,LocalLBProfileULong [] values, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_link_qos_to_client", new object[] {
profile_names,
values}, callback, asyncState);
}
示例5: Beginset_packet_loss_ignore_rate
public System.IAsyncResult Beginset_packet_loss_ignore_rate(string [] profile_names,LocalLBProfileULong [] thresholds, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_packet_loss_ignore_rate", new object[] {
profile_names,
thresholds}, callback, asyncState);
}
示例6: Beginset_fast_open_cookie_expiration
public System.IAsyncResult Beginset_fast_open_cookie_expiration(string [] profile_names,LocalLBProfileULong [] expirations, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_fast_open_cookie_expiration", new object[] {
profile_names,
expirations}, callback, asyncState);
}
示例7: Beginset_initial_syn_rto_base_multiplier
public System.IAsyncResult Beginset_initial_syn_rto_base_multiplier(string [] profile_names,LocalLBProfileULong [] values, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_initial_syn_rto_base_multiplier", new object[] {
profile_names,
values}, callback, asyncState);
}
示例8: set_link_qos_to_client
public void set_link_qos_to_client(
string [] profile_names,
LocalLBProfileULong [] values
)
{
this.Invoke("set_link_qos_to_client", new object [] {
profile_names,
values});
}
示例9: set_maximum_syn_retransmission
public void set_maximum_syn_retransmission(
string [] profile_names,
LocalLBProfileULong [] retries
)
{
this.Invoke("set_maximum_syn_retransmission", new object [] {
profile_names,
retries});
}
示例10: set_initial_syn_rto_base_multiplier
public void set_initial_syn_rto_base_multiplier(
string [] profile_names,
LocalLBProfileULong [] values
)
{
this.Invoke("set_initial_syn_rto_base_multiplier", new object [] {
profile_names,
values});
}
示例11: set_keep_alive_interval
public void set_keep_alive_interval(
string [] profile_names,
LocalLBProfileULong [] intervals
)
{
this.Invoke("set_keep_alive_interval", new object [] {
profile_names,
intervals});
}
示例12: set_initial_congestion_window_size
public void set_initial_congestion_window_size(
string [] profile_names,
LocalLBProfileULong [] sizes
)
{
this.Invoke("set_initial_congestion_window_size", new object [] {
profile_names,
sizes});
}
示例13: set_fin_wait_2_timeout
public void set_fin_wait_2_timeout(
string [] profile_names,
LocalLBProfileULong [] timeouts
)
{
this.Invoke("set_fin_wait_2_timeout", new object [] {
profile_names,
timeouts});
}
示例14: set_fast_open_cookie_expiration
public void set_fast_open_cookie_expiration(
string [] profile_names,
LocalLBProfileULong [] expirations
)
{
this.Invoke("set_fast_open_cookie_expiration", new object [] {
profile_names,
expirations});
}
示例15: set_send_buffer_size
public void set_send_buffer_size(
string [] profile_names,
LocalLBProfileULong [] sizes
)
{
this.Invoke("set_send_buffer_size", new object [] {
profile_names,
sizes});
}