iControl.LocalLBContentPolicy.Begindelete_policy C# (CSharp) Method

Begindelete_policy() public method

public Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_policy(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_policy", new object[] {
            policies}, callback, asyncState);
        }
LocalLBContentPolicy