iControl.WebAcceleratorApplications.Begincreate_v2 C# (CSharp) Method

Begincreate_v2() public method

public Begincreate_v2 ( string names, string local_policies, string remote_policies, string requested_hosts, System callback, object asyncState ) : System.IAsyncResult
names string
local_policies string
remote_policies string
requested_hosts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_v2(string [] names,string [] local_policies,string [] remote_policies,string [] [] requested_hosts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_v2", new object[] {
            names,
            local_policies,
            remote_policies,
            requested_hosts}, callback, asyncState);
        }
WebAcceleratorApplications