iControl.ASMPolicy.Endset_path_traversal C# (CSharp) Method

Endset_path_traversal() public method

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