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

Endcreate_generic() 공개 메소드

public Endcreate_generic ( System asyncResult ) : void
asyncResult System
리턴 void
        public void Endcreate_generic(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementApplicationService