iControl.LocalLBProfileHttp.Beginset_lws_maximum_column C# (CSharp) Method

Beginset_lws_maximum_column() public method

public Beginset_lws_maximum_column ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sizes LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_lws_maximum_column(string [] profile_names,LocalLBProfileULong [] sizes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_lws_maximum_column", new object[] {
            profile_names,
            sizes}, callback, asyncState);
        }
LocalLBProfileHttp