iControl.LocalLBProfileFastHttp.Beginset_connection_pool_maximum_reuse C# (CSharp) Method

Beginset_connection_pool_maximum_reuse() public method

public Beginset_connection_pool_maximum_reuse ( string profile_names, LocalLBProfileULong reuses, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reuses LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_connection_pool_maximum_reuse(string [] profile_names,LocalLBProfileULong [] reuses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_connection_pool_maximum_reuse", new object[] {
            profile_names,
            reuses}, callback, asyncState);
        }
LocalLBProfileFastHttp