iControl.ManagementApplicationService.Beginis_template_modified C# (CSharp) 메소드

Beginis_template_modified() 공개 메소드

public Beginis_template_modified ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 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