iControl.ASMPolicy.add_predictable_resource_location C# (CSharp) Method

add_predictable_resource_location() private method

private add_predictable_resource_location ( string policy_name, string uris ) : bool
policy_name string
uris string
return bool
        public bool add_predictable_resource_location(
		string policy_name,
		string [] uris
	)
        {
            object [] results = this.Invoke("add_predictable_resource_location", new object [] {
                policy_name,
                uris});
            return ((bool)(results[0]));
        }
ASMPolicy