iControl.ManagementTrafficGroup.Beginget_ha_load_factor C# (CSharp) Method

Beginget_ha_load_factor() public method

public Beginget_ha_load_factor ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_ha_load_factor(string [] traffic_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ha_load_factor", new object[] {
            traffic_groups}, callback, asyncState);
        }
ManagementTrafficGroup