iControl.LocalLBProfileUDP.Beginset_ip_tos_to_client C# (CSharp) Method

Beginset_ip_tos_to_client() public method

public Beginset_ip_tos_to_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ip_tos_to_client(string [] profile_names,LocalLBProfileULong [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ip_tos_to_client", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileUDP