iControl.LocalLBContentPolicyStrategy.Beginadd_operand C# (CSharp) Method

Beginadd_operand() public method

public Beginadd_operand ( string strategies, long operand_ids, LocalLBPolicyOperand operands, LocalLBPolicyEvent events, LocalLBPolicySelector selectors, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
operands LocalLBPolicyOperand
events LocalLBPolicyEvent
selectors LocalLBPolicySelector
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_operand(string [] strategies,long [] [] operand_ids,LocalLBPolicyOperand [] [] operands,LocalLBPolicyEvent [] [] events,LocalLBPolicySelector [] [] selectors, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_operand", new object[] {
            strategies,
            operand_ids,
            operands,
            events,
            selectors}, callback, asyncState);
        }