iControl.LocalLBProfileWebAcceleration.Beginremove_all_applications C# (CSharp) Method

Beginremove_all_applications() public method

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