iControl.PEMPolicy.Endremove_classification_filter C# (CSharp) Method

Endremove_classification_filter() public method

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