iControl.LocalLBProfileWebAcceleration.Beginset_cache_size C# (CSharp) Method

Beginset_cache_size() public method

public Beginset_cache_size ( 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_cache_size(string [] profile_names,LocalLBProfileULong [] sizes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cache_size", new object[] {
            profile_names,
            sizes}, callback, asyncState);
        }
LocalLBProfileWebAcceleration