iControl.ASMPolicy.Endrename C# (CSharp) Method

Endrename() public method

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