iControl.ASMPolicy.Begincreate_from_template C# (CSharp) Method

Begincreate_from_template() public method

public Begincreate_from_template ( string webapp_names, string policy_names, ASMPolicyTemplate policy_templates, System callback, object asyncState ) : System.IAsyncResult
webapp_names string
policy_names string
policy_templates ASMPolicyTemplate
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_from_template(string [] webapp_names,string [] [] policy_names,ASMPolicyTemplate [] [] policy_templates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_from_template", new object[] {
            webapp_names,
            policy_names,
            policy_templates}, callback, asyncState);
        }
ASMPolicy