iControl.ASMPolicy.Enddetach_wa_webapp C# (CSharp) Method

Enddetach_wa_webapp() public method

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