iControl.LocalLBProfileFastL4.Beginset_link_qos_to_server C# (CSharp) Method

Beginset_link_qos_to_server() public method

public Beginset_link_qos_to_server ( string profile_names, LocalLBProfileULong link_qos_values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
link_qos_values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_link_qos_to_server(string [] profile_names,LocalLBProfileULong [] link_qos_values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_link_qos_to_server", new object[] {
            profile_names,
            link_qos_values}, callback, asyncState);
        }
LocalLBProfileFastL4