iControl.LocalLBProfileWebAcceleration.Endget_maximum_mtag_cache_size C# (CSharp) Method

Endget_maximum_mtag_cache_size() public method

public Endget_maximum_mtag_cache_size ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
return LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_maximum_mtag_cache_size(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileWebAcceleration