iControl.LocalLBProfileWebAcceleration.Beginset_maximum_mtag_cache_size C# (CSharp) Method

Beginset_maximum_mtag_cache_size() public method

public Beginset_maximum_mtag_cache_size ( string profile_names, LocalLBProfileULong cache_sizes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
cache_sizes LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_maximum_mtag_cache_size(string [] profile_names,LocalLBProfileULong [] cache_sizes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_mtag_cache_size", new object[] {
            profile_names,
            cache_sizes}, callback, asyncState);
        }
LocalLBProfileWebAcceleration