iControl.ASMPolicy.Begincreate C# (CSharp) Method

Begincreate() public method

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