iControl.ASMPolicy.Beginadd_predictable_resource_location C# (CSharp) Method

Beginadd_predictable_resource_location() public method

public Beginadd_predictable_resource_location ( string policy_name, string uris, System callback, object asyncState ) : System.IAsyncResult
policy_name string
uris string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_predictable_resource_location(string policy_name,string [] uris, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_predictable_resource_location", new object[] {
            policy_name,
            uris}, callback, asyncState);
        }
ASMPolicy