iControl.LocalLBProfileFastL4.Beginset_ip_tos_to_server C# (CSharp) Method

Beginset_ip_tos_to_server() public method

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