iControl.LocalLBMonitor.Endcreate_template C# (CSharp) Метод

Endcreate_template() публичный Метод

public Endcreate_template ( System asyncResult ) : void
asyncResult System
Результат void
        public void Endcreate_template(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBMonitor