iControl.LocalLBProfileWebAcceleration.Beginremove_application C# (CSharp) Method

Beginremove_application() public method

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