iControl.ASMPolicy.Begindetach_wa_webapp C# (CSharp) Method

Begindetach_wa_webapp() public method

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