當前位置: 首頁>>代碼示例>>C#>>正文


C# iControl.LocalLBProfileULong類代碼示例

本文整理匯總了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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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);
 }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:6,代碼來源:LocalLBProfileTCP.cs

示例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);
 }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:6,代碼來源:LocalLBProfileTCP.cs

示例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);
 }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:6,代碼來源:LocalLBProfileTCP.cs

示例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);
 }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:6,代碼來源:LocalLBProfileTCP.cs

示例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);
 }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:6,代碼來源:LocalLBProfileTCP.cs

示例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);
 }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:6,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs

示例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});
        }
開發者ID:f5devcentral,項目名稱:f5-icontrol-library-dotnet,代碼行數:9,代碼來源:LocalLBProfileTCP.cs


注:本文中的iControl.LocalLBProfileULong類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。