iControl.LocalLBContentPolicyStrategy.Beginremove_operand C# (CSharp) Method

Beginremove_operand() public method

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