iControl.LocalLBContentPolicyStrategy.Beginremove_all_operands C# (CSharp) Method

Beginremove_all_operands() public method

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