iControl.ASMPolicy.Endadd_predictable_resource_location C# (CSharp) Method

Endadd_predictable_resource_location() public method

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