iControl.ManagementApplicationService.Endis_template_modified C# (CSharp) Method

Endis_template_modified() public method

public Endis_template_modified ( System asyncResult ) : bool[]
asyncResult System
return bool[]
        public bool[] Endis_template_modified(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool [])(results[0]));
        }
ManagementApplicationService