iControl.LocalLBContentPolicyStrategy.Beginset_operand_type C# (CSharp) Method

Beginset_operand_type() public method

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