iControl.LocalLBContentPolicyStrategy.Begindelete_policy_strategy C# (CSharp) Method

Begindelete_policy_strategy() public method

public Begindelete_policy_strategy ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_policy_strategy(string [] strategies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_policy_strategy", new object[] {
            strategies}, callback, asyncState);
        }