iControl.PEMPolicy.Endremove_rule C# (CSharp) Method

Endremove_rule() public method

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