iControl.ManagementApplicationService.Endconvert_to_generic C# (CSharp) Method

Endconvert_to_generic() public method

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