iControl.ManagementApplicationService.Begindelete_application_service C# (CSharp) Method

Begindelete_application_service() public method

public Begindelete_application_service ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_application_service(string [] apps, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_application_service", new object[] {
            apps}, callback, asyncState);
        }
ManagementApplicationService