iControl.WebAcceleratorApplications.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string name, string description, string local_policy, string remote_policy, string requested_hosts, System callback, object asyncState ) : System.IAsyncResult
name string
description string
local_policy string
remote_policy string
requested_hosts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string name,string description,string local_policy,string remote_policy,string [] requested_hosts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            name,
            description,
            local_policy,
            remote_policy,
            requested_hosts}, callback, asyncState);
        }
WebAcceleratorApplications