iControl.ManagementApplicationService.Beginis_template_modified C# (CSharp) Method

Beginis_template_modified() public method

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